Home | History | Annotate | Download | only in i18n

Lines Matching refs:lowIndex

3441     int32_t lowIndex;
3553 buf[i].ce = ucol_nextProcessed(ceIter, &buf[i].lowIndex, &buf[i].highIndex, &status);
3592 buf[i].ce = ucol_previousProcessed(ceIter, &buf[i].lowIndex, &buf[i].highIndex, &status);
3866 // For each CE, the lowIndex and highIndex correspond to where this CE begins and ends in the original text.
3867 // If lowIndex==highIndex, either the CE resulted from an expansion/decomposition of one of the original text
3928 mStart = firstCEI->lowIndex;
3929 minLimit = lastCEI->lowIndex;
3942 maxLimit = nextCEI->lowIndex;
3943 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {
3949 maxLimit = nextCEI->lowIndex;
3963 // If lowIndex == highIndex, this target CE is part of an expansion of the last matched
3965 } else if ( nextCEI->lowIndex == nextCEI->highIndex ) {
4126 if (ceb.getPrevious(targetIx)->lowIndex < startIdx) {
4208 mStart = firstCEI->lowIndex;
4227 minLimit = lastCEI->lowIndex;
4240 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {
4244 mLimit = maxLimit = nextCEI->lowIndex;