Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c86 XML_REGEXP_SUBREG, /* used for () sub regexps */ enumerator
948 case XML_REGEXP_SUBREG: in xmlRegPrintAtomType()
1103 } else if (atom->type == XML_REGEXP_SUBREG) { in xmlRegPrintAtom()
1548 if (atom->type == XML_REGEXP_SUBREG) { in xmlFAGenerateTransitions()
2077 (range2->type == XML_REGEXP_SUBREG) || in xmlFACompareRanges()
2078 (range1->type == XML_REGEXP_SUBREG) || in xmlFACompareRanges()
2249 (type1 == XML_REGEXP_SUBREG) || in xmlFACompareAtomTypes()
2256 (type2 == XML_REGEXP_SUBREG) || in xmlFACompareAtomTypes()
2788 case XML_REGEXP_SUBREG: in xmlRegCheckCharacterRange()
2960 case XML_REGEXP_SUBREG: in xmlRegCheckCharacter()
[all …]