Home | History | Annotate | Download | only in fts2

Lines Matching refs:inPhrase

3713 ** inPhrase is true if pSegment[0..nSegement-1] is contained within
3714 ** double-quotes. If inPhrase is true, then the first term
3716 ** OR and "-" syntax is ignored. If inPhrase is false, then every
3722 int inPhrase, /* True if within "..." */
3744 if( !inPhrase &&
3750 if( !inPhrase && pQuery->nTerms>0 && nToken==2
3770 if( !inPhrase && iBegin>0 && pSegment[iBegin-1]=='-' ){
3777 if( inPhrase ){
3782 if( inPhrase && pQuery->nTerms>firstIndex ){
3801 int iInput, inPhrase = 0;
3816 tokenizeSegment(v->pTokenizer, zInput+iInput, i-iInput, inPhrase,
3822 inPhrase = !inPhrase;
3826 if( inPhrase ){