Home | History | Annotate | Download | only in intltest

Lines Matching refs:amount

510     //cal.add(field, amount); //<-- PROBLEM SEEN WITH field = DATE,MONTH 
1143 int32_t amount = ADDROLL_int[i/2];
1149 testCal->add(UCAL_WEEK_OF_YEAR, amount,status);
1151 testCal->roll(UCAL_WEEK_OF_YEAR, amount,status);
1161 log(opTypeStr + amount + ") " + sdf.format(before, str) + " => " +
1172 testCal->add(UCAL_WEEK_OF_YEAR, -amount,status);
1174 testCal->roll(UCAL_WEEK_OF_YEAR, -amount,status);
1178 log(opTypeStr + (-amount) + ") " + sdf.format(after, str) + " => " +
1994 int32_t amount;
2162 int32_t amount = DATA[i].amount * (sign==MINUS?-1:1);
2173 cal.add(DATA[i].field, amount, status);
2175 cal.roll(DATA[i].field, amount, status);
2193 amount + " " + FIELD_NAME[DATA[i].field] + " -> {" +
2201 amount + " " + FIELD_NAME[DATA[i].field] + " -> {" +