Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c94 XML_REGEXP_NOTSPACE, /* \S */ enumerator
986 case XML_REGEXP_NOTSPACE: in xmlRegPrintAtomType()
2183 (range2->type == XML_REGEXP_NOTSPACE)) in xmlFACompareRanges()
2309 if ((type2 == XML_REGEXP_NOTSPACE) || in xmlFACompareAtomTypes()
2322 case XML_REGEXP_NOTSPACE: /* \S */ in xmlFACompareAtomTypes()
2872 case XML_REGEXP_NOTSPACE: in xmlRegCheckCharacterRange()
3078 case XML_REGEXP_NOTSPACE: in xmlRegCheckCharacter()
5077 type = XML_REGEXP_NOTSPACE; in xmlFAParseCharClassEsc()