Searched refs:sqlite3Isdigit (Results 1 – 1 of 1) sorted by relevance
12122 # define sqlite3Isdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x04) macro12130 # define sqlite3Isdigit(x) isdigit((unsigned char)(x)) macro14428 if( !sqlite3Isdigit(*zDate) ){ in getDigits()14510 if( *zDate=='.' && sqlite3Isdigit(zDate[1]) ){ in parseHhMmSs()14513 while( sqlite3Isdigit(*zDate) ){ in parseHhMmSs()15010 if( !sqlite3Isdigit(*z2) ) z2++; in parseModifier()21947 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){ in sqlite3AtoF()21954 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++; in sqlite3AtoF()21962 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){ in sqlite3AtoF()21967 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++; in sqlite3AtoF()[all …]