Home | History | Annotate | Download | only in i18n

Lines Matching full:fieldstoday

237                     finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY;
370 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis);
559 double start = Grego::fieldsToDay(year, 0, 1) * SECONDS_PER_DAY;
560 double limit = Grego::fieldsToDay(year+1, 0, 1) * SECONDS_PER_DAY;