Home
last modified time | relevance | path

Searched refs:porterIdChar (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3_porter.c580 static const char porterIdChar[] = { variable
588 #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !porterIdChar[ch-0x30]))
/sqlite-3.40.0/ext/fts2/
H A Dfts2_porter.c565 static const char porterIdChar[] = { variable
573 #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !porterIdChar[ch-0x30]))