Searched defs:ruleDay (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dsimpletz.cpp573 int8_t ruleDay, int32_t ruleMillis)
608 // Adjust the ruleDay to the monthLen, for non-leap year February 29 rule days.
609 if (ruleDay > monthLen) {
610 ruleDay = monthLen;
617 ruleDayOfMonth = ruleDay;
622 // In this case ruleDay is the day-of-week-in-month (this code is using
626 if (ruleDay > 0)
627 ruleDayOfMonth = 1 + (ruleDay - 1) * 7 +
630 // if ruleDay is negative (we assume it's not zero here), we have to do
637 ruleDayOfMonth = monthLen + (ruleDay
569 compareToRule(int8_t month, int8_t monthLen, int8_t prevMonthLen, int8_t dayOfMonth, int8_t dayOfWeek, int32_t millis, int32_t millisDelta, EMode ruleMode, int8_t ruleMonth, int8_t ruleDayOfWeek, int8_t ruleDay, int32_t ruleMillis) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dsimpletz.cpp573 int8_t ruleDay, int32_t ruleMillis)
608 // Adjust the ruleDay to the monthLen, for non-leap year February 29 rule days.
609 if (ruleDay > monthLen) {
610 ruleDay = monthLen;
617 ruleDayOfMonth = ruleDay;
622 // In this case ruleDay is the day-of-week-in-month (this code is using
626 if (ruleDay > 0)
627 ruleDayOfMonth = 1 + (ruleDay - 1) * 7 +
630 // if ruleDay is negative (we assume it's not zero here), we have to do
637 ruleDayOfMonth = monthLen + (ruleDay
569 compareToRule(int8_t month, int8_t monthLen, int8_t prevMonthLen, int8_t dayOfMonth, int8_t dayOfWeek, int32_t millis, int32_t millisDelta, EMode ruleMode, int8_t ruleMonth, int8_t ruleDayOfWeek, int8_t ruleDay, int32_t ruleMillis) argument
[all...]
/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 1032 milliseconds