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

/netbsd-current/external/mit/expat/dist/lib/
H A Dxmltok.c238 # define MINBPC(enc) ((enc)->minBytesPerChar)
1079 ptr += enc->minBytesPerChar;
1099 ptr += enc->minBytesPerChar;
1107 ptr += enc->minBytesPerChar;
1113 ptr += enc->minBytesPerChar;
1116 ptr += enc->minBytesPerChar;
1124 ptr += enc->minBytesPerChar;
1126 for (;; ptr += enc->minBytesPerChar) {
1137 *nextTokPtr = ptr + enc->minBytesPerChar;
1165 ptr += 5 * enc->minBytesPerChar;
[all...]
H A Dxmltok_ns.c103 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2)
H A Dxmlparse.c2821 enc, s + enc->minBytesPerChar, next - enc->minBytesPerChar);
2837 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar,
2838 next - enc->minBytesPerChar);
2917 tag->rawName = s + enc->minBytesPerChar;
2964 const char *rawName = s + enc->minBytesPerChar;
3015 rawName = s + enc->minBytesPerChar * 2;
4187 versionend - parser->m_encoding->minBytesPerChar);
4202 if (newEncoding->minBytesPerChar != parser->m_encoding->minBytesPerChar
[all...]
H A Dxmltok.h197 int minBytesPerChar; member in struct:encoding
H A Dxmlrole.c111 # define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar)

Completed in 116 milliseconds