Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c3102 xmlIsNameChar(xmlParserCtxtPtr ctxt, int c) { in xmlIsNameChar() function
3349 (xmlIsNameChar(ctxt, c) && (c != ':'))) { in xmlParseNCNameComplex()
3528 while (xmlIsNameChar(ctxt, c)) { in xmlParseStringName()
3546 while (xmlIsNameChar(ctxt, c)) { in xmlParseStringName()
3613 while (xmlIsNameChar(ctxt, c)) { in xmlParseNmtoken()
3642 while (xmlIsNameChar(ctxt, c)) { in xmlParseNmtoken()