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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c352 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
2488 ret = xmlRegCheckCharacter(atom2, atom1->codepoint);
2892 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) { function
3207 ret = xmlRegCheckCharacter(atom, codepoint);
3270 ret = xmlRegCheckCharacter(atom, codepoint);
4400 ret = xmlRegCheckCharacter(atom, codepoint);
4441 ret = xmlRegCheckCharacter(atom, codepoint);

Completed in 59 milliseconds