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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/lib/
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.c82 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2)
H A Dxmlparse.c2229 s + enc->minBytesPerChar,
2230 next - enc->minBytesPerChar);
2239 s + enc->minBytesPerChar,
2240 next - enc->minBytesPerChar);
2325 tag->rawName = s + enc->minBytesPerChar;
2371 const char *rawName = s + enc->minBytesPerChar;
2421 rawName = s + enc->minBytesPerChar*2;
3364 versionend - encoding->minBytesPerChar);
3374 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 105 milliseconds