Searched refs:minBytesPerChar (Results 1 – 5 of 5) sorted by relevance
241 # 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 …]
3315 enc, s + enc->minBytesPerChar, next - enc->minBytesPerChar);3331 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar,3332 next - enc->minBytesPerChar);3411 tag->rawName = s + enc->minBytesPerChar;3459 const char *rawName = s + enc->minBytesPerChar;3509 rawName = s + enc->minBytesPerChar * 2;4826 versionend - parser->m_encoding->minBytesPerChar);4841 if (newEncoding->minBytesPerChar != parser->m_encoding->minBytesPerChar4842 || (newEncoding->minBytesPerChar == 25290 s + enc->minBytesPerChar,[all …]
104 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2) in NS()
197 int minBytesPerChar; member
111 # define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar)