Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c3164 xmlIsNameChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameChar() function
3410 (xmlIsNameChar(ctxt, c) && (c != ':'))) { in xmlParseNCNameComplex()
3588 while (xmlIsNameChar(ctxt, c)) { in xmlParseStringName()
3606 while (xmlIsNameChar(ctxt, c)) { in xmlParseStringName()
3673 while (xmlIsNameChar(ctxt, c)) { in xmlParseNmtoken()
3702 while (xmlIsNameChar(ctxt, c)) { in xmlParseNmtoken()