Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c2243 static int areBlanks(htmlParserCtxtPtr ctxt, const xmlChar *str, int len) { in areBlanks() function
3035 if (areBlanks(ctxt, buf, nbchar)) { in htmlParseCharDataInternal()
3073 if (areBlanks(ctxt, buf, nbchar)) { in htmlParseCharDataInternal()
Dparser.c2805 static int areBlanks(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in areBlanks() function
4389 if (areBlanks(ctxt, tmp, nbchar, 1)) { in xmlParseCharData()
4442 if (areBlanks(ctxt, tmp, nbchar, 0)) { in xmlParseCharData()
4533 if (areBlanks(ctxt, buf, nbchar, 0)) { in xmlParseCharDataComplex()
4567 if (areBlanks(ctxt, buf, nbchar, 0)) { in xmlParseCharDataComplex()
DNEWS1190 areBlanks() heuristic failure, duplicate attributes in DTD bug
DChangeLog3838 in areBlanks which failed.
9755 avoiding calls to "areBlanks" when not needed.