OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIdChar
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_porter.c
563
static const char
isIdChar
[] = {
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]))
fts1.c
[
all
...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c
[
all
...]
Completed in 295 milliseconds