Home | History | Annotate | Download | only in fts2

Lines Matching refs:IdChar

2584 ** IdChar(X) will be true.  Otherwise it is false.
2604 #define IdChar(C) (((c=C)&0x80)!=0 || (c>0x1f && isIdChar[c-0x20]))
2645 if( !IdChar(*z) ){
2648 for(i=1; IdChar(z[i]); i++){}