Home
last modified time | relevance | path

Searched defs:IdChar (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/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
H A Dtokenize.c168 #define IdChar(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0) macro
186 #define IdChar(C) (((c=C)>=0x42 && sqlite3IsEbcdicIdChar[c-0x40])) macro
/sqlite-3.40.0/ext/misc/
H A Dnormalize.c242 #define IdChar(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0) macro
/sqlite-3.40.0/ext/fts1/
H A Dfts1.c1559 #define IdChar(C) (((c=C)&0x80)!=0 || (c>0x1f && isIdChar[c-0x20])) macro
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c2427 #define IdChar(C) (((c=C)&0x80)!=0 || (c>0x1f && isIdChar[c-0x20])) macro