Searched refs:minBytesPerChar (Results 1 - 5 of 5) sorted by relevance

/forgerock/web-agents-v4/expat/
H A Dxmltok.c236 #define MINBPC(enc) ((enc)->minBytesPerChar)
995 ptr += enc->minBytesPerChar;
1015 ptr += enc->minBytesPerChar;
1023 ptr += enc->minBytesPerChar;
1029 ptr += enc->minBytesPerChar;
1032 ptr += enc->minBytesPerChar;
1040 ptr += enc->minBytesPerChar;
1042 for (;; ptr += enc->minBytesPerChar) {
1056 *nextTokPtr = ptr + enc->minBytesPerChar;
1099 ptr += 5 * enc->minBytesPerChar;
[all...]
H A Dxmltok_ns.ci82 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2)
H A Dxmlparse.c2312 s + enc->minBytesPerChar,
2313 next - enc->minBytesPerChar);
2322 s + enc->minBytesPerChar,
2323 next - enc->minBytesPerChar);
2408 tag->rawName = s + enc->minBytesPerChar;
2454 const char *rawName = s + enc->minBytesPerChar;
2504 rawName = s + enc->minBytesPerChar*2;
3468 versionend - encoding->minBytesPerChar);
3478 if (newEncoding->minBytesPerChar != encoding->minBytesPerChar) {
[all...]
H A Dxmltok.h171 int minBytesPerChar; member in struct:encoding
H A Dxmlrole.c89 #define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar)

Completed in 60 milliseconds