Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmlregexp.c144 XML_REGEXP_BLOCK_NAME enumerator
856 if ((atom->type == XML_REGEXP_BLOCK_NAME) && (atom->valuep != NULL)) in xmlRegFreeAtom()
1082 case XML_REGEXP_BLOCK_NAME: in xmlRegPrintAtomType()
2178 } else if ((range1->type == XML_REGEXP_BLOCK_NAME) || in xmlFACompareRanges()
2179 (range2->type == XML_REGEXP_BLOCK_NAME)) { in xmlFACompareRanges()
2268 (range2->type < XML_REGEXP_BLOCK_NAME)) in xmlFACompareRanges()
3032 case XML_REGEXP_BLOCK_NAME: in xmlRegCheckCharacterRange()
3134 case XML_REGEXP_BLOCK_NAME: in xmlRegCheckCharacter()
4894 type = XML_REGEXP_BLOCK_NAME; in xmlFAParseCharProp()