1 write to mapBytesToUnicode
mscorlib (1)
system\text\sbcscodepageencoding.cs (1)
93
mapBytesToUnicode
= (char*)pMemorySection;
8 references to mapBytesToUnicode
mscorlib (8)
system\text\sbcscodepageencoding.cs (8)
124
mapBytesToUnicode
[b] = pTemp[b];
131
mapBytesToUnicode
[b] = UNKNOWN_CHAR;
177
arrayTemp[i] =
mapBytesToUnicode
[i];
282
arrayTemp[iBestFitCount++] =
mapBytesToUnicode
[input];
288
(int)
mapBytesToUnicode
[input], (int)input, CodePage));
708
c =
mapBytesToUnicode
[*bytes];
809
c =
mapBytesToUnicode
[*bytes];
835
char c =
mapBytesToUnicode
[*bytes];