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()
2084 if ((range1->type == XML_REGEXP_RANGES) || in xmlFACompareRanges()
2085 (range2->type == XML_REGEXP_RANGES) || in xmlFACompareRanges()
2257 (type1 == XML_REGEXP_RANGES) || in xmlFACompareAtomTypes()
2264 (type2 == XML_REGEXP_RANGES) || in xmlFACompareAtomTypes()
2480 case XML_REGEXP_RANGES: in xmlFAEqualAtoms()
2544 case XML_REGEXP_RANGES: in xmlFACompareAtoms()
2545 if (atom2->type == XML_REGEXP_RANGES) { in xmlFACompareAtoms()
2802 case XML_REGEXP_RANGES: in xmlRegCheckCharacterRange()
2983 case XML_REGEXP_RANGES: { in xmlRegCheckCharacter()
4832 } else if (ctxt->atom->type == XML_REGEXP_RANGES) { in xmlFAParseCharProp()
4855 } else if (ctxt->atom->type == XML_REGEXP_RANGES) { in xmlFAParseCharClassEsc()
4918 } else if (ctxt->atom->type == XML_REGEXP_RANGES) { in xmlFAParseCharClassEsc()
4974 } else if (ctxt->atom->type == XML_REGEXP_RANGES) { in xmlFAParseCharClassEsc()
5149 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_RANGES); in xmlFAParseCharClass()