OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdChar
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
complete.c
27
#define
IdChar
(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0)
31
#define
IdChar
(C) (((c=C)>=0x42 && sqlite3IsEbcdicIdChar[c-0x40]))
194
if(
IdChar
((u8)*zSql) ){
197
for(nId=1;
IdChar
(zSql[nId]); nId++){}
tokenize.c
70
**
IdChar
(X) will be true. Otherwise it is false.
85
#define
IdChar
(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0)
103
#define
IdChar
(C) (((c=C)>=0x42 && sqlite3IsEbcdicIdChar[c-0x40]))
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/
fts1.c
[
all
...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c
[
all
...]
Completed in 49 milliseconds