Searched refs:is_phrase (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c1101 int is_phrase; /* true if this term begins a new phrase */ member in struct:QueryTerm
1109 * "four", is_phrase = 1
1110 * "score", is_phrase = 0
1111 * "years", is_phrase = 1
1112 * "new", is_phrase = 1
1113 * "nation", is_phrase = 0
1120 static void query_add(Query *q, int is_phrase, const char *zTerm){ argument
1125 t->is_phrase = is_phrase;
1208 int need_positions = i<q.nTerms-1 && !q.pTerm[i+1].is_phrase;
[all...]

Completed in 56 milliseconds