Home
last modified time | relevance | path

Searched refs:sqlite3Isdigit (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21696 # define sqlite3Isdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x04) macro
21707 # define sqlite3Isdigit(x) isdigit((unsigned char)(x)) macro
25591 if( !sqlite3Isdigit(*zDate) ){ in getDigits()
25680 if( *zDate=='.' && sqlite3Isdigit(zDate[1]) ){ in parseHhMmSs()
25683 while( sqlite3Isdigit(*zDate) ){ in parseHhMmSs()
26486 if( !sqlite3Isdigit(*z2) ) z2++; in parseModifier()
36734 if( (bHex==0 && (!sqlite3Isdigit(pIn[-1]) || !sqlite3Isdigit(pIn[1]))) in sqlite3DequoteNumber()
37279 while( sqlite3Isdigit(z[0]) ){ z++; d++; } in sqlite3AtoF()
37300 if( sqlite3Isdigit(z[0]) ){ in sqlite3AtoF()
37309 }while( sqlite3Isdigit(*++z) ); in sqlite3AtoF()
[all …]