Lines Matching refs:lowIndex
3450 int32_t lowIndex; member
3562 …buf[i].ce = strSearch->textProcessedIter->nextProcessed(&buf[i].lowIndex, &buf[i].highIndex, &stat… in get()
3601 …buf[i].ce = strSearch->textProcessedIter->previousProcessed(&buf[i].lowIndex, &buf[i].highIndex, &… in getPrevious()
3961 mStart = firstCEI->lowIndex; in usearch_search()
3962 minLimit = lastCEI->lowIndex; in usearch_search()
3975 maxLimit = nextCEI->lowIndex; in usearch_search()
3976 … if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) { in usearch_search()
3982 maxLimit = nextCEI->lowIndex; in usearch_search()
3998 } else if ( nextCEI->lowIndex == nextCEI->highIndex ) { in usearch_search()
4192 if (ceb.getPrevious(targetIx)->lowIndex < startIdx) { in usearch_searchBackwards()
4274 mStart = firstCEI->lowIndex; in usearch_searchBackwards()
4293 minLimit = lastCEI->lowIndex; in usearch_searchBackwards()
4306 … if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) { in usearch_searchBackwards()
4310 mLimit = maxLimit = nextCEI->lowIndex; in usearch_searchBackwards()