• Home
  • Raw
  • Download

Lines Matching refs:UCAL_MONTH

220     cal1->add(UCAL_MONTH,8,status);  in Test9019()
236 log(UnicodeString("") + cal->get(UCAL_MONTH, status)) ; in printdate()
337 calendar->set(UCAL_MONTH,3); in test4040996()
341 logln(UnicodeString("MONTH: ") + calendar->get(UCAL_MONTH, status)); in test4040996()
351 logln(UnicodeString("MONTH: ") + calendar->get(UCAL_MONTH, status)); in test4040996()
356 if (calendar->get(UCAL_MONTH, status) != 3 || in test4040996()
638 cal->set(UCAL_MONTH, UCAL_NOVEMBER); // change a field in test4071385()
660 foo1->get(UCAL_MONTH, status), in test4073929()
669 foo1->get(UCAL_MONTH, status), in test4073929()
678 foo1->get(UCAL_MONTH, status), in test4073929()
687 int32_t testmonth = foo1->get(UCAL_MONTH, status); in test4073929()
888 cal1->get(UCAL_MONTH,status), in test4096231()
901 cal1->get(UCAL_MONTH,status), in test4096231()
939 log(UnicodeString("") + (m1=gc->get(UCAL_MONTH,status)+1)+UnicodeString("/")+ in test4096539()
943 gc->add(UCAL_MONTH, 1,status); in test4096539()
944 logln(UnicodeString("") + (m2=gc->get(UCAL_MONTH,status)+1)+UnicodeString("/")+ in test4096539()
1488 cal->set(UCAL_MONTH, UCAL_FEBRUARY); in test4125892()
1808 calendar->add(UCAL_MONTH, 12, status); in Test4165343()
2301 int32_t dm = cal.fieldDifference(date2, UCAL_MONTH, ec); in TestJ438()
2335 cal.add(UCAL_MONTH, dm, ec); in TestJ438()
2376 cal->add(UCAL_MONTH, 36, ec); in TestT5555()
2386 mm = cal->get(UCAL_MONTH, ec); in TestT5555()
2413 { 1724, 12, 1, UCAL_MONTH, +1, 1725, 0, 1 },
2414 { 1724, 12, 1, UCAL_MONTH, +9, 1725, 8, 1 },
2415 { 1723, 12, 2, UCAL_MONTH, +1, 1724, 0, 2 }, // 1723 is a leap year
2416 { 1723, 12, 2, UCAL_MONTH, +9, 1724, 8, 2 },
2417 { 1725, 0, 1, UCAL_MONTH, -1, 1724, 12, 1 },
2418 { 1725, 0, 1, UCAL_MONTH, -6, 1724, 7, 1 },
2458 int32_t month = cal->get(UCAL_MONTH, status); in TestT6745()
2677 cal->set(UCAL_MONTH, UCAL_DECEMBER); in TestTimeZoneTransitionAdd()
2714 if(m != 0) cal->set(UCAL_MONTH, m); in makeDate()