OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:porterIdChar
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_porter.c
562
static const char
porterIdChar
[] = {
570
#define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !
porterIdChar
[ch-0x30]))
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_porter.c
565
static const char
porterIdChar
[] = {
573
#define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !
porterIdChar
[ch-0x30]))
Completed in 39 milliseconds