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
);
334
if (
mapBytesToUnicode
[correctedChar] != input)
384
if (
mapBytesToUnicode
[correctedChar] != input)
505
arrayTemp[iBestFitCount++] =
mapBytesToUnicode
[correctedChar];
825
char cDecoder =
mapBytesToUnicode
[iBytes];
851
char c =
mapBytesToUnicode
[iBytes];
864
c =
mapBytesToUnicode
[iBytes];
984
char cDecoder =
mapBytesToUnicode
[iBytes];
1013
char c =
mapBytesToUnicode
[iBytes];
1025
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];