1 write to mapBytesToUnicode
mscorlib (1)
system\text\dbcscodepageencoding.cs (1)
131
mapBytesToUnicode
= (char*)pMemorySection;
18 references to mapBytesToUnicode
mscorlib (18)
system\text\dbcscodepageencoding.cs (11)
218
mapBytesToUnicode
[useBytes] = input;
224
CleanUpEndBytes(
mapBytesToUnicode
);
341
if (
mapBytesToUnicode
[correctedChar] != input)
392
if (
mapBytesToUnicode
[correctedChar] != input)
513
arrayTemp[iBestFitCount++] =
mapBytesToUnicode
[correctedChar];
839
char cDecoder =
mapBytesToUnicode
[iBytes];
864
char c =
mapBytesToUnicode
[iBytes];
877
c =
mapBytesToUnicode
[iBytes];
996
char cDecoder =
mapBytesToUnicode
[iBytes];
1024
char c =
mapBytesToUnicode
[iBytes];
1036
c =
mapBytesToUnicode
[iBytes];
system\text\gb18030encoding.cs (3)
194
mapBytesToUnicode
[data] = unicodeCount;
558
if (!buffer.AddChar(this.
mapBytesToUnicode
[iTwoBytes], 2))
658
if (!buffer.AddChar(this.
mapBytesToUnicode
[iTwoBytes], 2))
system\text\iso2022encoding.cs (4)
1119
char c =
mapBytesToUnicode
[iBytes];
1422
char c =
mapBytesToUnicode
[iBytes];
1696
cm =
mapBytesToUnicode
[iBytes];
1717
char c =
mapBytesToUnicode
[ch];