Home | History | Annotate | Download | only in intltest

Lines Matching refs:cur

1573     Calendar *cur = (Calendar*) cal->clone();
1574 int32_t initialDOW = cur->get(UCAL_DAY_OF_WEEK, status);
1580 logln(UnicodeString("DOW = ") + DOW + " " + dateToString(cur->getTime(status), str));
1582 cur->add(UCAL_DAY_OF_WEEK, delta, status);
1584 newDOW = cur->get(UCAL_DAY_OF_WEEK, status);
1589 " on " + dateToString(cur->getTime(status), str));
1595 delete cur;