Home | History | Annotate | Download | only in i18n

Lines Matching refs:highIndex

3450     int32_t highIndex;
3540 buf[i].ce = ucol_nextProcessed(ceIter, &buf[i].lowIndex, &buf[i].highIndex, &status);
3579 buf[i].ce = ucol_previousProcessed(ceIter, &buf[i].lowIndex, &buf[i].highIndex, &status);
3853 // For each CE, the lowIndex and highIndex correspond to where this CE begins and ends in the original text.
3854 // If lowIndex==highIndex, either the CE resulted from an expansion/decomposition of one of the original text
3920 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {
3941 // If lowIndex == highIndex, this target CE is part of an expansion of the last matched
3943 } else if ( nextCEI->lowIndex == nextCEI->highIndex ) {
3969 int32_t secondIx = firstCEI->highIndex;
3980 if (nba >= lastCEI->highIndex) {
4174 maxLimit = targetIx > 0? nextCEI->lowIndex : lastCEI->highIndex;
4185 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {
4203 if (mStart == firstCEI->highIndex) {
4213 if (nba >= lastCEI->highIndex) {