Lines Matching refs:minBytesPerChar
2832 enc, s + enc->minBytesPerChar, next - enc->minBytesPerChar);
2848 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar,
2849 next - enc->minBytesPerChar);
2928 tag->rawName = s + enc->minBytesPerChar;
2975 const char *rawName = s + enc->minBytesPerChar;
3023 rawName = s + enc->minBytesPerChar * 2;
4323 versionend - parser->m_encoding->minBytesPerChar);
4338 if (newEncoding->minBytesPerChar != parser->m_encoding->minBytesPerChar
4339 || (newEncoding->minBytesPerChar == 2
4776 s + enc->minBytesPerChar,
4777 next - enc->minBytesPerChar);
4793 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar,
4794 next - enc->minBytesPerChar);
4998 s + enc->minBytesPerChar, next - enc->minBytesPerChar, &dtd->pool,
5033 = storeEntityValue(parser, enc, s + enc->minBytesPerChar,
5034 next - enc->minBytesPerChar, XML_ACCOUNT_NONE);
5061 s + enc->minBytesPerChar,
5062 next - enc->minBytesPerChar);
5096 = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar,
5097 next - enc->minBytesPerChar);
5228 s + enc->minBytesPerChar,
5229 next - enc->minBytesPerChar);
5241 s + enc->minBytesPerChar,
5242 next - enc->minBytesPerChar);
5376 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar,
5377 next - enc->minBytesPerChar);
5528 = (quant == XML_CQUANT_NONE ? next : next - enc->minBytesPerChar);
5944 next = ptr + enc->minBytesPerChar;
5958 enc, ptr + enc->minBytesPerChar, next - enc->minBytesPerChar);
5973 ptr + enc->minBytesPerChar,
5974 next - enc->minBytesPerChar);
6124 entityTextPtr + enc->minBytesPerChar,
6125 next - enc->minBytesPerChar);
6198 next = entityTextPtr + enc->minBytesPerChar;
6300 start += enc->minBytesPerChar * 2;
6307 end - enc->minBytesPerChar * 2);
6326 start + enc->minBytesPerChar * 4,
6327 end - enc->minBytesPerChar * 3);