Home | History | Annotate | Download | only in i18n

Lines Matching refs:highIndex

3452     int32_t highIndex;
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);
3834 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {
3854 int32_t secondIx = firstCEI->highIndex;
3865 if (nba >= lastCEI->highIndex) {
4044 maxLimit = targetIx > 0? nextCEI->lowIndex : lastCEI->highIndex;
4055 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {
4073 if (mStart == firstCEI->highIndex) {
4083 if (nba >= lastCEI->highIndex) {