11 references to AddChar
mscorlib (11)
system\text\encoding.cs (3)
1972
return
AddChar
(ch,1);
1987
return
AddChar
(ch1, numBytes) &&
AddChar
(ch2, numBytes);
system\text\gb18030encoding.cs (4)
558
if (!buffer.
AddChar
(this.mapBytesToUnicode[iTwoBytes], 2))
582
if (!buffer.
AddChar
(map4BytesToUnicode[sFourBytesOffset], 4))
658
if (!buffer.
AddChar
(this.mapBytesToUnicode[iTwoBytes], 2))
685
if (!buffer.
AddChar
(map4BytesToUnicode[sFourBytesOffset],4))
system\text\iso2022encoding.cs (4)
1139
if (!buffer.
AddChar
(c, b2Bytes ? 2:1))
1441
if (!buffer.
AddChar
(c, b2Bytes ? 2:1))
1588
if (!buffer.
AddChar
((char)ch, 2))
1709
if (!buffer.
AddChar
(cm, 2))