Home | History | Annotate | Download | only in i18n

Lines Matching refs:lowIndex

3451     int32_t lowIndex;
3542 buf[i].ce = ucol_nextProcessed(ceIter, &buf[i].lowIndex, &buf[i].highIndex, &status);
3581 buf[i].ce = ucol_previousProcessed(ceIter, &buf[i].lowIndex, &buf[i].highIndex, &status);
3822 mStart = firstCEI->lowIndex;
3823 minLimit = lastCEI->lowIndex;
3824 maxLimit = nextCEI->lowIndex;
3834 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {
3981 if (ceb.getPrevious(targetIx)->lowIndex < startIdx) {
4042 mStart = firstCEI->lowIndex;
4043 minLimit = lastCEI->lowIndex;
4044 maxLimit = targetIx > 0? nextCEI->lowIndex : lastCEI->highIndex;
4055 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {