Home
last modified time | relevance | path

Searched refs:minBytesPerChar (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmltok.c236 #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 …]
Dxmlparse.c2312 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 …]
Dxmltok_ns.c82 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2) in NS()
Dxmltok.h171 int minBytesPerChar; member
Dxmlrole.c89 #define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmltok.c234 #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 …]
Dxmlparse.c2228 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 …]
Dxmltok_ns.c75 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2) in NS()
Dxmltok.h171 int minBytesPerChar; member
Dxmlrole.c83 #define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
Dxmlparse.c2228 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 …]