rangeLowIdx = 0;
rangeHiIdx = 1;
curAndConstraint->value=PLURAL_RANGE_HIGH;
- curAndConstraint->integerOnly = (type == tIn);
+ curAndConstraint->integerOnly = (type != tWithin);
break;
case tNumber:
U_ASSERT(curAndConstraint != NULL);
}
void CompactDecimalFormatTest::TestArabicLong() {
- // TODO(andy) This test unexpectedly started failing with the new plural rules.
- // Rules for "ar" didn't change.
- // CheckLocale("ar", UNUM_LONG, kArabicLong, LENGTHOF(kArabicLong));
+ CheckLocale("ar", UNUM_LONG, kArabicLong, LENGTHOF(kArabicLong));
}
void CompactDecimalFormatTest::TestSignificantDigits() {