Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfts1_porter.c563 static const char isIdChar[] = { variable
571 #define idChar(C) (((ch=C)&0x80)!=0 || (ch>0x2f && isIdChar[ch-0x30]))
572 #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !isIdChar[ch-0x30]))
H A Dfts1.c1550 static const char isIdChar[] = { variable
1559 #define IdChar(C) (((c=C)&0x80)!=0 || (c>0x1f && isIdChar[c-0x20]))
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c2418 static const char isIdChar[] = { variable
2427 #define IdChar(C) (((c=C)&0x80)!=0 || (c>0x1f && isIdChar[c-0x20]))