Lines Matching refs:month
844 int32_t month,yr,day,hr,min,sec; dateToFields(d,yr,month,day,hr,min,sec);
845 logln((UnicodeString)" -> parse -> " + s + " (month = " + month + ")");
846 if (month != UCAL_JUNE) errln((UnicodeString)"FAIL: Month should be June");
850 dateToFields(d,yr,month,day,hr,min,sec);
851 logln((UnicodeString)" -> parse -> " + s + " (month = " + month + ")");
852 if (month != UCAL_JULY) errln((UnicodeString)"FAIL: Month should be July");
908 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec);
909 UDate expected = date(year, month, day);
4047 int32_t month; // 1-based
4078 { "en@calendar=chinese", DateFormat::kLong, { UnicodeString("Fourth Month 2, 2012(ren-chen)"), UnicodeString("Fourth Monthbis 2, 2012(ren-chen)"), UnicodeString("Fifth Month 2, 2012(ren-chen)") } },
4102 { "en@calendar=dangi", DateFormat::kLong, { UnicodeString("Third Monthbis 2, 2012(ren-chen)"), UnicodeString("Fourth Month 2, 2012(ren-chen)"), UnicodeString("Fifth Month 1, 2012(ren-chen)") } },
4135 rootChineseCalendar->set(datePtr->year, datePtr->month-1, datePtr->day);
4154 int32_t month = rootChineseCalendar->get(UCAL_MONTH, status) + 1;
4157 if ( ppos.getIndex() < result.length() || year != datePtr->year || month != datePtr->month || isLeapMonth != datePtr->isLeapMonth || day != datePtr->day ) {
4159 ", string \"" + result + "\", expected " + datePtr->year +"-"+datePtr->month+"("+datePtr->isLeapMonth+")-"+datePtr->day + ", got pos " +
4160 ppos.getIndex() + " " + year +"-"+month+"("+isLeapMonth+")-"+day);
4246 int32_t month;
4332 cal->set(UCAL_MONTH, caftItemPtr->month);
4349 int32_t month = cal->get(UCAL_MONTH, status);
4352 year != caftItemPtr->year || month != caftItemPtr->month || day != caftItemPtr->day ) {
4355 caftItemPtr->era +":"+caftItemPtr->year +"-"+caftItemPtr->month+"-"+caftItemPtr->day + ", got pos " +
4356 ppos.getIndex() + " " + year +"-"+month+"-"+day + " status " + UnicodeString(u_errorName(status)) );
4874 // First persian month.
4893 // First hebrew month.