sqlite3Toupper 10885 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Toupper(x) ((x)&~(sqlite3CtypeMap[(unsigned char)(x)]&0x20)) sqlite3Toupper 10893 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Toupper(x) toupper((unsigned char)(x)) sqlite3Toupper 2540 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Toupper(x) ((x)&~(sqlite3CtypeMap[(unsigned char)(x)]&0x20)) sqlite3Toupper 2548 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Toupper(x) toupper((unsigned char)(x))