Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c138 XML_REGEXP_BLOCK_NAME enumerator
824 if ((atom->type == XML_REGEXP_BLOCK_NAME) && (atom->valuep != NULL)) in xmlRegFreeAtom()
1050 case XML_REGEXP_BLOCK_NAME: in xmlRegPrintAtomType()
2139 } else if ((range1->type == XML_REGEXP_BLOCK_NAME) || in xmlFACompareRanges()
2140 (range2->type == XML_REGEXP_BLOCK_NAME)) { in xmlFACompareRanges()
2229 (range2->type < XML_REGEXP_BLOCK_NAME)) in xmlFACompareRanges()
2955 case XML_REGEXP_BLOCK_NAME: in xmlRegCheckCharacterRange()
3057 case XML_REGEXP_BLOCK_NAME: in xmlRegCheckCharacter()
4816 type = XML_REGEXP_BLOCK_NAME; in xmlFAParseCharProp()