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.cpp1472 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7; local
1473 if (lastRelDow < 0) {
1474 lastRelDow += 7;
1476 if (((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) &&
/external/icu/icu4c/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.cpp1601 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7; local
1602 if (lastRelDow < 0) {
1603 lastRelDow += 7;
1605 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 1375 milliseconds