Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c18650 if( !sqlite3Isdigit(*zDate) ){ in getDigits()
18737 while( sqlite3Isdigit(*zDate) ){ in parseHhMmSs()
19239 if( !sqlite3Isdigit(*z2) ) z2++; in parseModifier()
27606 while( z<zEnd && sqlite3Isdigit(*z) ){
27634 while( z<zEnd && sqlite3Isdigit(*z) ){
98579 if( sqlite3Isdigit(zChar[0]) ){
98902 needQuote = sqlite3Isdigit(zIdent[0])
110697 if( sqlite3Isdigit(*z) ){
135871 if( !sqlite3Isdigit(z[1]) )
135900 ( sqlite3Isdigit(z[i+1])
[all …]

Completed in 459 milliseconds