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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c356 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
2530 ret = xmlRegCheckCharacter(atom2, atom1->codepoint);
2952 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) { function
3268 ret = xmlRegCheckCharacter(atom, codepoint);
3331 ret = xmlRegCheckCharacter(atom, codepoint);
4461 ret = xmlRegCheckCharacter(atom, codepoint);
4502 ret = xmlRegCheckCharacter(atom, codepoint);
/external/libxml2/
H A Dxmlregexp.c360 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
2534 ret = xmlRegCheckCharacter(atom2, atom1->codepoint);
2960 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) { function
3276 ret = xmlRegCheckCharacter(atom, codepoint);
3339 ret = xmlRegCheckCharacter(atom, codepoint);
4471 ret = xmlRegCheckCharacter(atom, codepoint);
4512 ret = xmlRegCheckCharacter(atom, codepoint);

Completed in 84 milliseconds