Home | History | Annotate | Download | only in i18n

Lines Matching refs:fieldsToDay

241                     finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY;
379 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis);
568 double start = Grego::fieldsToDay(year, 0, 1) * SECONDS_PER_DAY;
569 double limit = Grego::fieldsToDay(year+1, 0, 1) * SECONDS_PER_DAY;