Searched refs:xmlRegCheckCharacter (Results 1 – 2 of 2) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlregexp.c | 389 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint); 2568 ret = xmlRegCheckCharacter(atom2, atom1->codepoint); in xmlFACompareAtoms() 2999 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) { in xmlRegCheckCharacter() function 3317 ret = xmlRegCheckCharacter(atom, codepoint); in xmlFARegExec() 3380 ret = xmlRegCheckCharacter(atom, codepoint); in xmlFARegExec() 4513 ret = xmlRegCheckCharacter(atom, codepoint); 4554 ret = xmlRegCheckCharacter(atom, codepoint);
|
/third_party/libxml2/ |
D | xmlregexp.c | 368 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint); 2587 ret = xmlRegCheckCharacter(atom2, atom1->codepoint); in xmlFACompareAtoms() 3042 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) { in xmlRegCheckCharacter() function 3360 ret = xmlRegCheckCharacter(atom, codepoint); in xmlFARegExec() 3423 ret = xmlRegCheckCharacter(atom, codepoint); in xmlFARegExec() 4556 ret = xmlRegCheckCharacter(atom, codepoint); 4597 ret = xmlRegCheckCharacter(atom, codepoint);
|