Searched refs:areBlanks (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dparser.c2817 * areBlanks:
2828 static int areBlanks(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, function
4246 if (areBlanks(ctxt, tmp, nbchar, 1)) {
4299 if (areBlanks(ctxt, tmp, nbchar, 0)) {
4388 if (areBlanks(ctxt, buf, nbchar, 0)) {
4420 if (areBlanks(ctxt, buf, nbchar, 0)) {
H A DHTMLparser.c2192 * areBlanks:
2202 static int areBlanks(htmlParserCtxtPtr ctxt, const xmlChar *str, int len) { function
2943 if (areBlanks(ctxt, buf, nbchar)) {
2976 if (areBlanks(ctxt, buf, nbchar)) {

Completed in 112 milliseconds