Lines Matching full:month
612 int32_t month,yr,day,hr,min,sec; dateToFields(d,yr,month,day,hr,min,sec);
613 logln((UnicodeString)" -> parse -> " + s + " (month = " + month + ")");
614 if (month != UCAL_JUNE) errln((UnicodeString)"FAIL: Month should be June");
618 dateToFields(d,yr,month,day,hr,min,sec);
619 logln((UnicodeString)" -> parse -> " + s + " (month = " + month + ")");
620 if (month != UCAL_JULY) errln((UnicodeString)"FAIL: Month should be July");
672 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec);
673 UDate expected = date(year, month, day);