Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmltok.c241 # define MINBPC(enc) ((enc)->minBytesPerChar)
1075 ptr += enc->minBytesPerChar; in parsePseudoAttribute()
1095 ptr += enc->minBytesPerChar; in parsePseudoAttribute()
1103 ptr += enc->minBytesPerChar; in parsePseudoAttribute()
1109 ptr += enc->minBytesPerChar; in parsePseudoAttribute()
1112 ptr += enc->minBytesPerChar; in parsePseudoAttribute()
1120 ptr += enc->minBytesPerChar; in parsePseudoAttribute()
1122 for (;; ptr += enc->minBytesPerChar) { in parsePseudoAttribute()
1133 *nextTokPtr = ptr + enc->minBytesPerChar; in parsePseudoAttribute()
1161 ptr += 5 * enc->minBytesPerChar; in doParseXmlDecl()
[all …]
H A Dxmlparse.c2917 enc, s + enc->minBytesPerChar, next - enc->minBytesPerChar); in doContent()
2933 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doContent()
2934 next - enc->minBytesPerChar); in doContent()
3013 tag->rawName = s + enc->minBytesPerChar; in doContent()
3060 const char *rawName = s + enc->minBytesPerChar; in doContent()
3108 rawName = s + enc->minBytesPerChar * 2; in doContent()
4408 versionend - parser->m_encoding->minBytesPerChar); in processXmlDecl()
4423 if (newEncoding->minBytesPerChar != parser->m_encoding->minBytesPerChar in processXmlDecl()
[all...]
H A Dxmltok_ns.c103 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2) in NS()
H A Dxmltok.h197 int minBytesPerChar; member
H A Dxmlrole.c111 # define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar)