1 write to mapBytesToUnicode
System.Text.Encoding.CodePages (1)
System\Text\DBCSCodePageEncoding.cs (1)
125
mapBytesToUnicode
= (char*)pNativeMemory;
18 references to mapBytesToUnicode
System.Text.Encoding.CodePages (18)
System\Text\DBCSCodePageEncoding.cs (11)
205
mapBytesToUnicode
[useBytes] = input;
212
CleanUpEndBytes(
mapBytesToUnicode
);
323
if (
mapBytesToUnicode
[correctedChar] != input)
373
if (
mapBytesToUnicode
[correctedChar] != input)
494
arrayTemp[iBestFitCount++] =
mapBytesToUnicode
[correctedChar];
814
char cDecoder =
mapBytesToUnicode
[iBytes];
840
char c =
mapBytesToUnicode
[iBytes];
853
c =
mapBytesToUnicode
[iBytes];
973
char cDecoder =
mapBytesToUnicode
[iBytes];
1002
char c =
mapBytesToUnicode
[iBytes];
1014
c =
mapBytesToUnicode
[iBytes];
System\Text\GB18030Encoding.cs (3)
151
mapBytesToUnicode
[data] = unicodeCount;
500
if (!buffer.AddChar(
mapBytesToUnicode
[iTwoBytes], 2))
600
if (!buffer.AddChar(
mapBytesToUnicode
[iTwoBytes], 2))
System\Text\ISO2022Encoding.cs (4)
1054
char c =
mapBytesToUnicode
[iBytes];
1354
char c =
mapBytesToUnicode
[iBytes];
1624
cm =
mapBytesToUnicode
[iBytes];
1645
char c =
mapBytesToUnicode
[ch];