Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c93 XML_REGEXP_NOTSPACE, /* \S */ enumerator
960 case XML_REGEXP_NOTSPACE: in xmlRegPrintAtomType()
2150 (range2->type == XML_REGEXP_NOTSPACE)) in xmlFACompareRanges()
2276 if ((type2 == XML_REGEXP_NOTSPACE) || in xmlFACompareAtomTypes()
2289 case XML_REGEXP_NOTSPACE: /* \S */ in xmlFACompareAtomTypes()
2806 case XML_REGEXP_NOTSPACE: in xmlRegCheckCharacterRange()
3007 case XML_REGEXP_NOTSPACE: in xmlRegCheckCharacter()
4932 type = XML_REGEXP_NOTSPACE; in xmlFAParseCharClassEsc()