Home | History | Annotate | Download | only in intltest

Lines Matching full:year

665  * Test the day of year pattern.
672 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec);
673 UDate expected = date(year, month, day);