sqlite3Isxdigit 10890 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Isxdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x08) sqlite3Isxdigit 10898 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Isxdigit(x) isxdigit((unsigned char)(x)) sqlite3Isxdigit 2545 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Isxdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x08) sqlite3Isxdigit 2553 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Isxdigit(x) isxdigit((unsigned char)(x))