Lines Matching defs:CharBytes
1294 unsigned CharIndex, unsigned CharBytes) {
1295 assert(CharBytes == 1 || CharBytes == 2 || CharBytes == 4);
1296 unsigned Offset = CharIndex * CharBytes;
1299 for (unsigned I = 0; I < CharBytes; ++I) {
1402 unsigned CharBytes =
1404 assert(StringByteSize % CharBytes == 0);
1405 switch (CharBytes) {
1418 const unsigned NumChars = BytesDecoded / CharBytes;
1421 decodeMultiByteChar(StringBytes, CharIndex, CharBytes);