Lines Matching refs:lowIndex
3450 int32_t lowIndex; member
3565 …buf[i].ce = strSearch->textProcessedIter->nextProcessed(&buf[i].lowIndex, &buf[i].highIndex, &stat… in get()
3607 …buf[i].ce = strSearch->textProcessedIter->previousProcessed(&buf[i].lowIndex, &buf[i].highIndex, &… in getPrevious()
3967 mStart = firstCEI->lowIndex; in usearch_search()
3968 minLimit = lastCEI->lowIndex; in usearch_search()
3981 maxLimit = nextCEI->lowIndex; in usearch_search()
3982 … if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) { in usearch_search()
3988 maxLimit = nextCEI->lowIndex; in usearch_search()
4004 } else if ( nextCEI->lowIndex == nextCEI->highIndex ) { in usearch_search()
4198 if (ceb.getPrevious(targetIx)->lowIndex < startIdx) { in usearch_searchBackwards()
4280 mStart = firstCEI->lowIndex; in usearch_searchBackwards()
4299 minLimit = lastCEI->lowIndex; in usearch_searchBackwards()
4312 … if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) { in usearch_searchBackwards()
4316 mLimit = maxLimit = nextCEI->lowIndex; in usearch_searchBackwards()