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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c4975 (((n)->type == XML_TEXT_NODE) && (xmlSchemaIsBlank((n)->content, -1)))
4978 * xmlSchemaIsBlank:
4987 xmlSchemaIsBlank(xmlChar * str, int len) function
26700 (! xmlSchemaIsBlank((xmlChar *) value, len))) {
/external/libxml2/
H A Dxmlschemas.c4994 (((n)->type == XML_TEXT_NODE) && (xmlSchemaIsBlank((n)->content, -1)))
4997 * xmlSchemaIsBlank:
5006 xmlSchemaIsBlank(xmlChar * str, int len) function
26746 (! xmlSchemaIsBlank((xmlChar *) value, len))) {

Completed in 233 milliseconds