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