Lines Matching refs:UCAL_MONTH

220     cal1->add(UCAL_MONTH,8,status);  in Test9019()
236 log(UnicodeString("") + cal->get(UCAL_MONTH, status)) ; in printdate()
338 calendar->set(UCAL_MONTH,3); in test4040996()
342 logln(UnicodeString("MONTH: ") + calendar->get(UCAL_MONTH, status)); in test4040996()
352 logln(UnicodeString("MONTH: ") + calendar->get(UCAL_MONTH, status)); in test4040996()
357 if (calendar->get(UCAL_MONTH, status) != 3 || in test4040996()
639 cal->set(UCAL_MONTH, UCAL_NOVEMBER); // change a field in test4071385()
661 foo1->get(UCAL_MONTH, status), in test4073929()
670 foo1->get(UCAL_MONTH, status), in test4073929()
679 foo1->get(UCAL_MONTH, status), in test4073929()
688 int32_t testmonth = foo1->get(UCAL_MONTH, status); in test4073929()
889 cal1->get(UCAL_MONTH,status), in test4096231()
902 cal1->get(UCAL_MONTH,status), in test4096231()
940 log(UnicodeString("") + (m1=gc->get(UCAL_MONTH,status)+1)+UnicodeString("/")+ in test4096539()
944 gc->add(UCAL_MONTH, 1,status); in test4096539()
945 logln(UnicodeString("") + (m2=gc->get(UCAL_MONTH,status)+1)+UnicodeString("/")+ in test4096539()
1489 cal->set(UCAL_MONTH, UCAL_FEBRUARY); in test4125892()
1809 calendar->add(UCAL_MONTH, 12, status); in Test4165343()
2302 int32_t dm = cal.fieldDifference(date2, UCAL_MONTH, ec); in TestJ438()
2336 cal.add(UCAL_MONTH, dm, ec); in TestJ438()
2377 cal->add(UCAL_MONTH, 36, ec); in TestT5555()
2387 mm = cal->get(UCAL_MONTH, ec); in TestT5555()
2414 { 1724, 12, 1, UCAL_MONTH, +1, 1725, 0, 1 },
2415 { 1724, 12, 1, UCAL_MONTH, +9, 1725, 8, 1 },
2416 { 1723, 12, 2, UCAL_MONTH, +1, 1724, 0, 2 }, // 1723 is a leap year
2417 { 1723, 12, 2, UCAL_MONTH, +9, 1724, 8, 2 },
2418 { 1725, 0, 1, UCAL_MONTH, -1, 1724, 12, 1 },
2419 { 1725, 0, 1, UCAL_MONTH, -6, 1724, 7, 1 },
2459 int32_t month = cal->get(UCAL_MONTH, status); in TestT6745()
2678 cal->set(UCAL_MONTH, UCAL_DECEMBER); in TestTimeZoneTransitionAdd()
2715 if(m != 0) cal->set(UCAL_MONTH, m); in makeDate()