Home | History | Annotate | Download | only in intltest

Lines Matching full:amount

1836         int32_t amount;
1837 for (amount=-7; amount<=7; ++amount) {
1843 str += UnicodeString(", ") + amount + ") = ";
1845 cal.roll(UCAL_DOW_LOCAL, amount, status);
1849 int32_t newDom = i + amount;