Searched refs:xmlFACompareAtoms (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c2240 * this is used by xmlFACompareAtoms only
2481 * xmlFACompareAtoms:
2492 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { function
2616 if (xmlFACompareAtoms(t1->atom, atom, deep)) {
2724 if (xmlFACompareAtoms(t1->atom, t2->atom, 1)) {
/external/libxml2/
H A Dxmlregexp.c2244 * this is used by xmlFACompareAtoms only
2485 * xmlFACompareAtoms:
2496 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { function
2624 if (xmlFACompareAtoms(t1->atom, atom, deep)) {
2732 if (xmlFACompareAtoms(t1->atom, t2->atom, 1)) {

Completed in 219 milliseconds