Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c20506 # define sqlite3Isdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x04) macro
20517 # define sqlite3Isdigit(x) isdigit((unsigned char)(x)) macro
24261 if( !sqlite3Isdigit(*zDate) ){ in getDigits()
24345 if( *zDate=='.' && sqlite3Isdigit(zDate[1]) ){ in parseHhMmSs()
24348 while( sqlite3Isdigit(*zDate) ){ in parseHhMmSs()
25070 if( !sqlite3Isdigit(*z2) ) z2++; in parseModifier()
35125 while( z<zEnd && sqlite3Isdigit(*z) ){
35131 while( z<zEnd && sqlite3Isdigit(*z) ){ z+=incr; d++; }
35142 while( z<zEnd && sqlite3Isdigit(*z) ){
35172 while( z<zEnd && sqlite3Isdigit(*z) ){
[all …]