Home | History | Annotate | Download | only in i18n

Lines Matching full:isodoy

871         int32_t isoDoy = internalGet(UCAL_DAY_OF_YEAR);
874 isoDoy += handleGetYearLength(isoYear);
878 isoDoy -= handleGetYearLength(isoYear - 1);
891 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) -