Searched refs:xmlFACompareAtoms (Results 1 – 2 of 2) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlregexp.c | 2530 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFACompareAtoms() function 2658 if (xmlFACompareAtoms(t1->atom, atom, deep)) { in xmlFARecurseDeterminism() 2766 if (xmlFACompareAtoms(t1->atom, t2->atom, 1)) { in xmlFAComputesDeterminism()
|
/third_party/libxml2/ |
D | xmlregexp.c | 2540 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFACompareAtoms() function 2676 if (xmlFACompareAtoms(t1->atom, atom, deep)) { in xmlFARecurseDeterminism() 2808 if (xmlFACompareAtoms(t1->atom, t2->atom, 1)) { in xmlFAComputesDeterminism()
|