Home | History | Annotate | Download | only in intltest

Lines Matching full:month

650         int32_t month,yr,day,hr,min,sec; dateToFields(d,yr,month,day,hr,min,sec);
651 logln((UnicodeString)" -> parse -> " + s + " (month = " + month + ")");
652 if (month != UCAL_JUNE) errln((UnicodeString)"FAIL: Month should be June");
656 dateToFields(d,yr,month,day,hr,min,sec);
657 logln((UnicodeString)" -> parse -> " + s + " (month = " + month + ")");
658 if (month != UCAL_JULY) errln((UnicodeString)"FAIL: Month should be July");
714 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec);
715 UDate expected = date(year, month, day);