Searched refs:areBlanks (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | HTMLparser.c | 2202 static int areBlanks(htmlParserCtxtPtr ctxt, const xmlChar *str, int len) { in areBlanks() function 2943 if (areBlanks(ctxt, buf, nbchar)) { in htmlParseCharData() 2976 if (areBlanks(ctxt, buf, nbchar)) { in htmlParseCharData()
|
D | parser.c | 2828 static int areBlanks(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in areBlanks() function 4246 if (areBlanks(ctxt, tmp, nbchar, 1)) { in xmlParseCharData() 4299 if (areBlanks(ctxt, tmp, nbchar, 0)) { in xmlParseCharData() 4388 if (areBlanks(ctxt, buf, nbchar, 0)) { in xmlParseCharDataComplex() 4420 if (areBlanks(ctxt, buf, nbchar, 0)) { in xmlParseCharDataComplex()
|