Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c15426 if( !sqlite3Isdigit(*zDate) ){ in getDigits()
15511 while( sqlite3Isdigit(*zDate) ){ in parseHhMmSs()
16008 if( !sqlite3Isdigit(*z2) ) z2++; in parseModifier()
23808 while( z<zEnd && sqlite3Isdigit(*z) ){
91988 if( sqlite3Isdigit(zChar[0]) ){
92306 needQuote = sqlite3Isdigit(zIdent[0])
103641 if( sqlite3Isdigit(*z) ){
127344 if( !sqlite3Isdigit(z[1]) )
127366 for(i=0; sqlite3Isdigit(z[i]); i++){}
127374 ( sqlite3Isdigit(z[i+1])
[all …]

Completed in 371 milliseconds