Home
last modified time | relevance | path

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

/trueos/contrib/expat/lib/
HDxmltok.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 …]
HDxmlparse.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 …]
HDxmltok_ns.c82 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2) in NS()
HDxmltok.h171 int minBytesPerChar; member
HDxmlrole.c89 #define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar)