Searched refs:areBlanks (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | HTMLparser.c | 2243 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()
|
D | parser.c | 2805 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()
|
D | NEWS | 1190 areBlanks() heuristic failure, duplicate attributes in DTD bug
|
D | ChangeLog | 3838 in areBlanks which failed. 9755 avoiding calls to "areBlanks" when not needed.
|