Searched refs:minBytesPerChar (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
D | xmltok.c | 236 #define MINBPC(enc) ((enc)->minBytesPerChar) 995 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1015 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1023 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1029 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1032 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1040 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1042 for (;; ptr += enc->minBytesPerChar) { in parsePseudoAttribute() 1056 *nextTokPtr = ptr + enc->minBytesPerChar; in parsePseudoAttribute() 1099 ptr += 5 * enc->minBytesPerChar; in doParseXmlDecl() [all …]
|
D | xmlparse.c | 2312 s + enc->minBytesPerChar, in doContent() 2313 next - enc->minBytesPerChar); in doContent() 2322 s + enc->minBytesPerChar, in doContent() 2323 next - enc->minBytesPerChar); in doContent() 2408 tag->rawName = s + enc->minBytesPerChar; in doContent() 2454 const char *rawName = s + enc->minBytesPerChar; in doContent() 2504 rawName = s + enc->minBytesPerChar*2; in doContent() 3468 versionend - encoding->minBytesPerChar); in processXmlDecl() 3478 if (newEncoding->minBytesPerChar != encoding->minBytesPerChar) { in processXmlDecl() 3897 s + enc->minBytesPerChar, in doProlog() [all …]
|
D | xmltok_ns.c | 82 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2) in NS()
|
D | xmltok.h | 171 int minBytesPerChar; member
|
D | xmlrole.c | 89 #define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
D | xmltok.c | 234 #define MINBPC(enc) ((enc)->minBytesPerChar) 987 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1007 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1015 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1021 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1024 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1032 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1034 for (;; ptr += enc->minBytesPerChar) { in parsePseudoAttribute() 1048 *nextTokPtr = ptr + enc->minBytesPerChar; in parsePseudoAttribute() 1091 ptr += 5 * enc->minBytesPerChar; in doParseXmlDecl() [all …]
|
D | xmlparse.c | 2228 s + enc->minBytesPerChar, in doContent() 2229 next - enc->minBytesPerChar); in doContent() 2238 s + enc->minBytesPerChar, in doContent() 2239 next - enc->minBytesPerChar); in doContent() 2324 tag->rawName = s + enc->minBytesPerChar; in doContent() 2370 const char *rawName = s + enc->minBytesPerChar; in doContent() 2420 rawName = s + enc->minBytesPerChar*2; in doContent() 3355 versionend - encoding->minBytesPerChar); in processXmlDecl() 3365 if (newEncoding->minBytesPerChar != encoding->minBytesPerChar) { in processXmlDecl() 3778 s + enc->minBytesPerChar, in doProlog() [all …]
|
D | xmltok_ns.c | 75 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2) in NS()
|
D | xmltok.h | 171 int minBytesPerChar; member
|
D | xmlrole.c | 83 #define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/ |
D | xmlparse.c | 2228 s + enc->minBytesPerChar, in doContent() 2229 next - enc->minBytesPerChar); in doContent() 2238 s + enc->minBytesPerChar, in doContent() 2239 next - enc->minBytesPerChar); in doContent() 2324 tag->rawName = s + enc->minBytesPerChar; in doContent() 2370 const char *rawName = s + enc->minBytesPerChar; in doContent() 2420 rawName = s + enc->minBytesPerChar*2; in doContent() 3355 versionend - encoding->minBytesPerChar); in processXmlDecl() 3365 if (newEncoding->minBytesPerChar != encoding->minBytesPerChar) { in processXmlDecl() 3778 s + enc->minBytesPerChar, in doProlog() [all …]
|