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

/external/libxml2/
H A Dxmlregexp.c2424 * @atom1: an atom
2433 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2) { argument
2436 if (atom1 == atom2)
2438 if ((atom1 == NULL) || (atom2 == NULL))
2441 if (atom1->type != atom2->type)
2443 switch (atom1->type) {
2448 ret = xmlStrEqual((xmlChar *)atom1->valuep,
2452 ret = (atom1->codepoint == atom2->codepoint);
2465 * @atom1: an atom
2474 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPt argument
[all...]

Completed in 47 milliseconds