Searched refs:IdChar (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dcomplete.c27 #define IdChar(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0) macro
31 #define IdChar(C) (((c=C)>=0x42 && sqlite3IsEbcdicIdChar[c-0x40])) macro
194 if( IdChar((u8)*zSql) ){
197 for(nId=1; IdChar(zSql[nId]); nId++){}
H A Dtokenize.c70 ** IdChar(X) will be true. Otherwise it is false.
85 #define IdChar(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0) macro
103 #define IdChar(C) (((c=C)>=0x42 && sqlite3IsEbcdicIdChar[c-0x40])) macro
292 while( IdChar(z[i]) ){
328 if( IdChar(c) ){
369 if( !IdChar(*z) ){
372 for(i=1; IdChar(z[i]); i++){}
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c1539 ** IdChar(X) will be true. Otherwise it is false.
1559 #define IdChar(C) (((c=C)&0x80)!=0 || (c>0x1f && isIdChar[c-0x20])) macro
1600 if( !IdChar(*z) ){
1603 for(i=1; IdChar(z[i]); i++){}
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c2584 ** IdChar(X) will be true. Otherwise it is false.
2604 #define IdChar(C) (((c=C)&0x80)!=0 || (c>0x1f && isIdChar[c-0x20])) macro
2645 if( !IdChar(*z) ){
2648 for(i=1; IdChar(z[i]); i++){}
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c106428 #define IdChar macro
106446 #define IdChar macro
106899 #define IdChar macro
106903 #define IdChar macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c121351 #define IdChar macro
121369 #define IdChar macro
121816 #define IdChar macro
121820 #define IdChar macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c121371 #define IdChar macro
121389 #define IdChar macro
121836 #define IdChar macro
121840 #define IdChar macro
[all...]

Completed in 559 milliseconds