checkCharRefNumber 225 third_party/expat/files/lib/xmltok.c static int FASTCALL checkCharRefNumber(int); checkCharRefNumber 1288 third_party/expat/files/lib/xmltok.c return (c & ~0xFFFF) || checkCharRefNumber(c) < 0; checkCharRefNumber 1386 third_party/expat/files/lib/xmltok.c else if (checkCharRefNumber(c) < 0) { checkCharRefNumber 1564 third_party/expat/files/lib/xmltok_impl.c return checkCharRefNumber(result);