Home | History | Annotate | Download | only in fts3

Lines Matching refs:iStart

186   int iStart = 0;
190 while( iStart==iEnd ){
193 iStart = ubrk_current(pCsr->pIter);
199 while( iStart<iEnd ){
200 int iWhite = iStart;
203 iStart = iWhite;
208 assert(iStart<=iEnd);
224 &pCsr->aChar[iStart], iEnd-iStart, /* Input vars */
231 *piStartOffset = pCsr->aOffset[iStart];