3 references to ExtractCharFromFirstThreeByteSequence
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (3)
504
pOutputBuffer[0] = (char)
ExtractCharFromFirstThreeByteSequence
(thisDWord);
505
pOutputBuffer[1] = (char)
ExtractCharFromFirstThreeByteSequence
(secondDWord);
520
*pOutputBuffer = (char)
ExtractCharFromFirstThreeByteSequence
(thisDWord);