Home
last modified time | relevance | path

Searched refs:xmlIsNameChar (Results 1 – 1 of 1) sorted by relevance

/third_party/libxml2/
Dparser.c3167 xmlIsNameChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameChar() function
3422 (xmlIsNameChar(ctxt, c) && (c != ':'))) { in xmlParseNCNameComplex()
3600 while (xmlIsNameChar(ctxt, c)) { in xmlParseStringName()
3618 while (xmlIsNameChar(ctxt, c)) { in xmlParseStringName()
3686 while (xmlIsNameChar(ctxt, c)) { in xmlParseNmtoken()
3715 while (xmlIsNameChar(ctxt, c)) { in xmlParseNmtoken()