HomeSort by relevance Sort by last modified time
    Searched refs:rangeLowIdx (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
plurrule.cpp 535 rangeLowIdx = 0;
553 if (curAndConstraint->rangeList->elementAti(rangeLowIdx) == -1) {
554 curAndConstraint->rangeList->setElementAt(getNumberValue(token), rangeLowIdx);
559 if (curAndConstraint->rangeList->elementAti(rangeLowIdx) >
579 rangeLowIdx = curAndConstraint->rangeList->size();
    [all...]
plurrule_impl.h 174 int32_t rangeLowIdx; // Indices in the UVector of ranges of the

Completed in 1914 milliseconds