Lines Matching refs:XmlNameMatchesAscii
160 if (! XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in prolog0()
192 if (! XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in prolog1()
254 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in doctype1()
258 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in doctype1()
341 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in internalSubset()
346 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in internalSubset()
351 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in internalSubset()
356 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in internalSubset()
458 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in entity2()
462 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in entity2()
517 if (XmlNameMatchesAscii(enc, ptr, end, KW_NDATA)) { in entity5()
550 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in entity7()
554 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in entity7()
638 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in notation1()
642 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in notation1()
754 if (XmlNameMatchesAscii(enc, ptr, end, types[i])) { in attlist2()
759 if (XmlNameMatchesAscii(enc, ptr, end, KW_NOTATION)) { in attlist2()
867 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end, in attlist8()
872 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end, in attlist8()
877 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end, in attlist8()
930 if (XmlNameMatchesAscii(enc, ptr, end, KW_EMPTY)) { in element1()
935 if (XmlNameMatchesAscii(enc, ptr, end, KW_ANY)) { in element1()
956 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end, in element2()
1129 if (XmlNameMatchesAscii(enc, ptr, end, KW_INCLUDE)) { in condSect0()
1133 if (XmlNameMatchesAscii(enc, ptr, end, KW_IGNORE)) { in condSect0()