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

  /external/chromium_org/third_party/icu/source/i18n/
plurrule.cpp 428 rangeLowIdx = 0;
445 if (curAndConstraint->rangeList->elementAti(rangeLowIdx) == -1) {
446 curAndConstraint->rangeList->setElementAt(getNumberValue(token), rangeLowIdx);
451 if (curAndConstraint->rangeList->elementAti(rangeLowIdx) >
471 rangeLowIdx = curAndConstraint->rangeList->size();
973 curAndConstraint(NULL), currentChain(NULL), rangeLowIdx(-1), rangeHiIdx(-1)
    [all...]
plurrule_impl.h 160 int32_t rangeLowIdx; // Indices in the UVector of ranges of the
  /external/icu/icu4c/source/i18n/
plurrule.cpp 531 rangeLowIdx = 0;
548 if (curAndConstraint->rangeList->elementAti(rangeLowIdx) == -1) {
549 curAndConstraint->rangeList->setElementAt(getNumberValue(token), rangeLowIdx);
554 if (curAndConstraint->rangeList->elementAti(rangeLowIdx) >
574 rangeLowIdx = curAndConstraint->rangeList->size();
    [all...]
plurrule_impl.h 160 int32_t rangeLowIdx; // Indices in the UVector of ranges of the

Completed in 105 milliseconds