Searched refs:isxdigit (Results 1 – 6 of 6) sorted by relevance
64 #undef isxdigit71 inline bool isxdigit(char c) { in isxdigit() function361 if (!isxdigit(p[1])) { in UnescapeCEscapeSequences()372 while (isxdigit(p[1])) // arbitrarily many hex digits in UnescapeCEscapeSequences()386 if (isxdigit(p[1])) { // Look one char ahead. in UnescapeCEscapeSequences()403 if (isxdigit(p[1])) { // Look one char ahead. in UnescapeCEscapeSequences()506 (last_hex_escape && isxdigit(*src)))) { in CEscapeInternal()
418 if (!isxdigit(p_.data()[i])) { in ParseUnicodeEscape()437 if (!isxdigit(p_.data()[i])) { in ParseUnicodeEscape()
400 if (!isxdigit(c1) || !isxdigit(c2)) { in decryptBuffer()
184 if (!isxdigit(*t)) in parse_floating_number()
9232 (!isprint(*buf) || (last_hex_escape && isxdigit(*buf)))) { in putescaped()
9906 (!isprint(*buf) || (last_hex_escape && isxdigit(*buf)))) { in putescaped()