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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtokenize.c259 if( !sqlite3Isdigit(z[1]) )
275 for(i=0; sqlite3Isdigit(z[i]); i++){}
279 while( sqlite3Isdigit(z[i]) ){ i++; }
283 ( sqlite3Isdigit(z[i+1])
284 || ((z[i+1]=='+' || z[i+1]=='-') && sqlite3Isdigit(z[i+2]))
288 while( sqlite3Isdigit(z[i]) ){ i++; }
305 for(i=1; sqlite3Isdigit(z[i]); i++){}
309 for(i=1; sqlite3Isdigit(z[i]); i++){}
H A Dvdbetrace.c100 assert( sqlite3Isdigit(zRawSql[1]) );
H A Dtest2.c615 while( *z && !sqlite3Isdigit(*z) ){ z++; }
618 while( sqlite3Isdigit(*z) ){ z++; }
H A Ddate.c118 if( !sqlite3Isdigit(*zDate) ){
200 if( *zDate=='.' && sqlite3Isdigit(zDate[1]) ){
203 while( sqlite3Isdigit(*zDate) ){
637 if( !sqlite3Isdigit(*z2) ) z2++;
H A DsqliteInt.h2544 # define sqlite3Isdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x04) macro
2552 # define sqlite3Isdigit(x) isdigit((unsigned char)(x)) macro
H A Dpragma.c37 if( sqlite3Isdigit(*z) ){
H A Dbuild.c1353 needQuote = sqlite3Isdigit(zIdent[0]) || sqlite3KeywordCode(zIdent, j)!=TK_ID;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10889 # define sqlite3Isdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x04) macro
10897 # define sqlite3Isdigit(x) isdigit((unsigned char)(x)) macro
12967 if( !sqlite3Isdigit(*zDate) ){
13049 if( *zDate=='.' && sqlite3Isdigit(zDate[1]) ){
13052 while( sqlite3Isdigit(*zDate) ){
13486 if( !sqlite3Isdigit(*z2) ) z2++;
20516 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
20523 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
20531 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
20536 while( z<zEnd && sqlite3Isdigit(*
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12352 # define sqlite3Isdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x04) macro
12360 # define sqlite3Isdigit(x) isdigit((unsigned char)(x)) macro
14696 if( !sqlite3Isdigit(*zDate) ){
14778 if( *zDate=='.' && sqlite3Isdigit(zDate[1]) ){
14781 while( sqlite3Isdigit(*zDate) ){
15278 if( !sqlite3Isdigit(*z2) ) z2++;
22563 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
22570 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
22578 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
22583 while( z<zEnd && sqlite3Isdigit(*
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12352 # define sqlite3Isdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x04) macro
12360 # define sqlite3Isdigit(x) isdigit((unsigned char)(x)) macro
14696 if( !sqlite3Isdigit(*zDate) ){
14778 if( *zDate=='.' && sqlite3Isdigit(zDate[1]) ){
14781 while( sqlite3Isdigit(*zDate) ){
15278 if( !sqlite3Isdigit(*z2) ) z2++;
22563 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
22570 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
22578 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
22583 while( z<zEnd && sqlite3Isdigit(*
[all...]

Completed in 450 milliseconds