Lines Matching refs:XML_REGEXP_RANGES
88 XML_REGEXP_RANGES, enumerator
950 case XML_REGEXP_RANGES: in xmlRegPrintAtomType()
1102 else if (atom->type == XML_REGEXP_RANGES) { in xmlRegPrintAtom()
1226 if (atom->type != XML_REGEXP_RANGES) { in xmlRegAtomAddRange()
2079 if ((range1->type == XML_REGEXP_RANGES) || in xmlFACompareRanges()
2080 (range2->type == XML_REGEXP_RANGES) || in xmlFACompareRanges()
2252 (type1 == XML_REGEXP_RANGES) || in xmlFACompareAtomTypes()
2259 (type2 == XML_REGEXP_RANGES) || in xmlFACompareAtomTypes()
2475 case XML_REGEXP_RANGES: in xmlFAEqualAtoms()
2539 case XML_REGEXP_RANGES: in xmlFACompareAtoms()
2540 if (atom2->type == XML_REGEXP_RANGES) { in xmlFACompareAtoms()
2797 case XML_REGEXP_RANGES: in xmlRegCheckCharacterRange()
2973 case XML_REGEXP_RANGES: { in xmlRegCheckCharacter()
4821 } else if (ctxt->atom->type == XML_REGEXP_RANGES) { in xmlFAParseCharProp()
4844 } else if (ctxt->atom->type == XML_REGEXP_RANGES) { in xmlFAParseCharClassEsc()
4906 } else if (ctxt->atom->type == XML_REGEXP_RANGES) { in xmlFAParseCharClassEsc()
4962 } else if (ctxt->atom->type == XML_REGEXP_RANGES) { in xmlFAParseCharClassEsc()
5136 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_RANGES); in xmlFAParseCharClass()