Lines Matching refs:XmlNameMatchesAscii

162     if (! XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end,  in prolog0()
194 if (! XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in prolog1()
256 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in doctype1()
260 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in doctype1()
343 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in internalSubset()
348 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in internalSubset()
353 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in internalSubset()
358 if (XmlNameMatchesAscii(enc, ptr + 2 * MIN_BYTES_PER_CHAR(enc), end, in internalSubset()
460 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in entity2()
464 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in entity2()
519 if (XmlNameMatchesAscii(enc, ptr, end, KW_NDATA)) { in entity5()
552 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in entity7()
556 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in entity7()
640 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) { in notation1()
644 if (XmlNameMatchesAscii(enc, ptr, end, KW_PUBLIC)) { in notation1()
756 if (XmlNameMatchesAscii(enc, ptr, end, types[i])) { in attlist2()
761 if (XmlNameMatchesAscii(enc, ptr, end, KW_NOTATION)) { in attlist2()
869 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end, in attlist8()
874 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end, in attlist8()
879 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end, in attlist8()
932 if (XmlNameMatchesAscii(enc, ptr, end, KW_EMPTY)) { in element1()
937 if (XmlNameMatchesAscii(enc, ptr, end, KW_ANY)) { in element1()
958 if (XmlNameMatchesAscii(enc, ptr + MIN_BYTES_PER_CHAR(enc), end, in element2()
1131 if (XmlNameMatchesAscii(enc, ptr, end, KW_INCLUDE)) { in condSect0()
1135 if (XmlNameMatchesAscii(enc, ptr, end, KW_IGNORE)) { in condSect0()