Home | History | Annotate | Download | only in fts1

Lines Matching refs:inPhrase

2665 ** inPhrase is true if pSegment[0..nSegement-1] is contained within
2666 ** double-quotes. If inPhrase is true, then the first term
2668 ** OR and "-" syntax is ignored. If inPhrase is false, then every
2674 int inPhrase, /* True if within "..." */
2695 if( !inPhrase &&
2701 if( !inPhrase && pQuery->nTerms>0 && nToken==2
2707 if( !inPhrase && iBegin>0 && pSegment[iBegin-1]=='-' ){
2711 if( inPhrase ){
2716 if( inPhrase && pQuery->nTerms>firstIndex ){
2735 int iInput, inPhrase = 0;
2750 tokenizeSegment(v->pTokenizer, zInput+iInput, i-iInput, inPhrase,
2756 inPhrase = !inPhrase;
2760 if( inPhrase ){