Home | History | Annotate | Download | only in i18n

Lines Matching refs:day

685     // the given time in day is local standard time.
697 double day = uprv_floor(date / U_MILLIS_PER_DAY);
698 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY);
700 Grego::dayToFields(day, year, month, dom, dow);