Home | History | Annotate | Download | only in intltest

Lines Matching refs:amount

1851         int32_t amount;
1852 for (amount=-7; amount<=7; ++amount) {
1858 str += UnicodeString(", ") + amount + ") = ";
1860 cal.roll(UCAL_DOW_LOCAL, amount, status);
1864 int32_t newDom = i + amount;