Lines Matching refs:minBytesPerChar
239 # define MINBPC(enc) ((enc)->minBytesPerChar)
1080 ptr += enc->minBytesPerChar;
1100 ptr += enc->minBytesPerChar;
1108 ptr += enc->minBytesPerChar;
1114 ptr += enc->minBytesPerChar;
1117 ptr += enc->minBytesPerChar;
1125 ptr += enc->minBytesPerChar;
1127 for (;; ptr += enc->minBytesPerChar) {
1138 *nextTokPtr = ptr + enc->minBytesPerChar;
1166 ptr += 5 * enc->minBytesPerChar;
1167 end -= 2 * enc->minBytesPerChar;
1205 *encoding = encodingFinder(enc, val, ptr - enc->minBytesPerChar);
1218 if (XmlNameMatchesAscii(enc, val, ptr - enc->minBytesPerChar, KW_yes)) {
1221 } else if (XmlNameMatchesAscii(enc, val, ptr - enc->minBytesPerChar, KW_no)) {
1229 ptr += enc->minBytesPerChar;