1 write to map4BytesToUnicode
System.Text.Encoding.CodePages (1)
System\Text\GB18030Encoding.cs (1)
135map4BytesToUnicode = (char*)(pNativeMemory + 65536 * 2 * 2 + 0x10000 / 8);
3 references to map4BytesToUnicode
System.Text.Encoding.CodePages (3)
System\Text\GB18030Encoding.cs (3)
170map4BytesToUnicode[count4Byte] = unicodeCount; 524if (!buffer.AddChar(map4BytesToUnicode[sFourBytesOffset], 4)) 627if (!buffer.AddChar(map4BytesToUnicode[sFourBytesOffset], 4))