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

/external/chromium_org/third_party/icu/source/i18n/
H A Dgregocal.cpp891 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - local
893 if (lastRelDow < 0) lastRelDow += 7;
894 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7;
895 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1);
H A Dcalendar.cpp1403 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7; local
1404 if (lastRelDow < 0) {
1405 lastRelDow += 7;
1407 if (((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) &&
/external/icu4c/i18n/
H A Dgregocal.cpp891 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - local
893 if (lastRelDow < 0) lastRelDow += 7;
894 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7;
895 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1);
H A Dcalendar.cpp1470 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7; local
1471 if (lastRelDow < 0) {
1472 lastRelDow += 7;
1474 if (((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) &&
/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 116 milliseconds