Searched refs:weekInMonth (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dgregoimp.cpp149 int32_t weekInMonth = (dom + 6)/7; local
150 if (weekInMonth == 4) {
152 weekInMonth = -1;
154 } else if (weekInMonth == 5) {
155 weekInMonth = -1;
157 return weekInMonth;
H A Ddtrule.cpp29 int32_t weekInMonth,
33 : fMonth(month), fDayOfMonth(0), fDayOfWeek(dayOfWeek), fWeekInMonth(weekInMonth), fMillisInDay(millisInDay),
28 DateTimeRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek, int32_t millisInDay, TimeRuleType timeType) argument
H A Dbasictz.cpp167 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); local
169 DateTimeRule *dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME);
194 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
196 dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME);
225 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
226 dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME);
H A Dvtzone.cpp762 * Check if the DOW rule specified by month, weekInMonth and dayOfWeek is equivalent
765 static UBool isEquivalentDateRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek, const DateTimeRule *dtrule) { argument
774 && dtrule->getRuleWeekInMonth() == weekInMonth) {
779 if (ruleDOM%7 == 1 && (ruleDOM + 6)/7 == weekInMonth) {
783 && weekInMonth == -1*((MONTHLENGTH[month]-ruleDOM+1)/7)) {
788 if (ruleDOM%7 == 0 && ruleDOM/7 == weekInMonth) {
792 && weekInMonth == -1*((MONTHLENGTH[month] - ruleDOM)/7 + 1)) {
1954 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); local
1971 && dstWeekInMonth == weekInMonth
2000 dstWeekInMonth = weekInMonth;
2276 writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t weekInMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
[all...]
/external/icu4c/i18n/
H A Dgregoimp.cpp149 int32_t weekInMonth = (dom + 6)/7; local
150 if (weekInMonth == 4) {
152 weekInMonth = -1;
154 } else if (weekInMonth == 5) {
155 weekInMonth = -1;
157 return weekInMonth;
H A Ddtrule.cpp29 int32_t weekInMonth,
33 : fMonth(month), fDayOfMonth(0), fDayOfWeek(dayOfWeek), fWeekInMonth(weekInMonth), fMillisInDay(millisInDay),
28 DateTimeRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek, int32_t millisInDay, TimeRuleType timeType) argument
H A Dbasictz.cpp167 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); local
169 DateTimeRule *dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME);
194 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
196 dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME);
225 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
226 dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME);
H A Dvtzone.cpp761 * Check if the DOW rule specified by month, weekInMonth and dayOfWeek is equivalent
764 static UBool isEquivalentDateRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek, const DateTimeRule *dtrule) { argument
773 && dtrule->getRuleWeekInMonth() == weekInMonth) {
778 if (ruleDOM%7 == 1 && (ruleDOM + 6)/7 == weekInMonth) {
782 && weekInMonth == -1*((MONTHLENGTH[month]-ruleDOM+1)/7)) {
787 if (ruleDOM%7 == 0 && ruleDOM/7 == weekInMonth) {
791 && weekInMonth == -1*((MONTHLENGTH[month] - ruleDOM)/7 + 1)) {
1959 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); local
1976 && dstWeekInMonth == weekInMonth
2005 dstWeekInMonth = weekInMonth;
2281 writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t weekInMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtrule.h78 * @param weekInMonth The ordinal number of the day of week. Negative number
87 DateTimeRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek,
H A Dvtzone.h392 int32_t month, int32_t weekInMonth, int32_t dayOfWeek,
/external/icu4c/i18n/unicode/
H A Ddtrule.h78 * @param weekInMonth The ordinal number of the day of week. Negative number
87 DateTimeRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek,
H A Dvtzone.h392 int32_t month, int32_t weekInMonth, int32_t dayOfWeek,
/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 126 milliseconds