Home | History | Annotate | Download | only in fts3

Lines Matching refs:nLeft

595     int nLeft;                    /* Tokens to the left of first highlight */
599 for(nLeft=0; !(hlmask & ((u64)1 << nLeft)); nLeft++);
601 nDesired = (nLeft-nRight)/2;