Searched refs:lastDoy (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dgregocal.cpp890 int32_t lastDoy = handleGetYearLength(isoYear); local
891 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) -
894 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7;
895 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1);
H A Dcalendar.cpp1464 int32_t lastDoy = handleGetYearLength(eyear); local
1471 if (dayOfYear >= (lastDoy - 5)) {
1472 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7;
1477 ((dayOfYear + 7 - relDow) > lastDoy)) {
/external/icu/icu4c/source/i18n/
H A Dgregocal.cpp890 int32_t lastDoy = handleGetYearLength(isoYear); local
891 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) -
894 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7;
895 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1);
H A Dcalendar.cpp1593 int32_t lastDoy = handleGetYearLength(eyear); local
1600 if (dayOfYear >= (lastDoy - 5)) {
1601 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7;
1606 ((dayOfYear + 7 - relDow) > lastDoy)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 494 milliseconds