Home | History | Annotate | Download | only in fts1

Lines Matching refs:iBegin

2230   int iBegin, iEnd, iPos;              /* Offsets of beginning and end */
2252 rc = pTModule->xNext(pTCursor, &zToken, &nToken, &iBegin, &iEnd, &iPos);
2254 iRotorBegin[iRotor&FTS1_ROTOR_MASK] = iBegin;
2255 iRotorLen[iRotor&FTS1_ROTOR_MASK] = iEnd-iBegin;
2689 int nToken, iBegin, iEnd, iPos;
2693 &iBegin, &iEnd, &iPos);
2702 && pSegment[iBegin]=='O' && pSegment[iBegin+1]=='R' ){
2707 if( !inPhrase && iBegin>0 && pSegment[iBegin-1]=='-' ){