Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c99 XML_REGEXP_NOTSPACE, /* \S */ enumerator
992 case XML_REGEXP_NOTSPACE: in xmlRegPrintAtomType()
2187 (range2->type == XML_REGEXP_NOTSPACE)) in xmlFACompareRanges()
2313 if ((type2 == XML_REGEXP_NOTSPACE) || in xmlFACompareAtomTypes()
2326 case XML_REGEXP_NOTSPACE: /* \S */ in xmlFACompareAtomTypes()
2876 case XML_REGEXP_NOTSPACE: in xmlRegCheckCharacterRange()
3082 case XML_REGEXP_NOTSPACE: in xmlRegCheckCharacter()
5009 type = XML_REGEXP_NOTSPACE; in xmlFAParseCharClassEsc()