Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21674 # define sqlite3Isdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x04) macro
21685 # define sqlite3Isdigit(x) isdigit((unsigned char)(x)) macro
25561 if( !sqlite3Isdigit(*zDate) ){ in getDigits()
25650 if( *zDate=='.' && sqlite3Isdigit(zDate[1]) ){ in parseHhMmSs()
25653 while( sqlite3Isdigit(*zDate) ){ in parseHhMmSs()
26456 if( !sqlite3Isdigit(*z2) ) z2++; in parseModifier()
36704 if( (bHex==0 && (!sqlite3Isdigit(pIn[-1]) || !sqlite3Isdigit(pIn[1]))) in sqlite3DequoteNumber()
37249 while( sqlite3Isdigit(z[0]) ){ z++; d++; } in sqlite3AtoF()
37270 if( sqlite3Isdigit(z[0]) ){ in sqlite3AtoF()
37279 }while( sqlite3Isdigit(*++z) ); in sqlite3AtoF()
[all …]