HomeSort by relevance Sort by last modified time
    Searched refs:weekInMonth (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/main/java/java/util/
Grego.java 204 int weekInMonth = (dayOfMonth + 6)/7;
205 if (weekInMonth == 4) {
207 weekInMonth = -1;
209 } else if (weekInMonth == 5) {
210 weekInMonth = -1;
212 return weekInMonth;
  /external/icu4c/i18n/
gregoimp.cpp 149 int32_t weekInMonth = (dom + 6)/7;
150 if (weekInMonth == 4) {
152 weekInMonth = -1;
154 } else if (weekInMonth == 5) {
155 weekInMonth = -1;
157 return weekInMonth;
dtrule.cpp 29 int32_t weekInMonth,
33 : fMonth(month), fDayOfMonth(0), fDayOfWeek(dayOfWeek), fWeekInMonth(weekInMonth), fMillisInDay(millisInDay),
basictz.cpp 167 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
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);
vtzone.cpp 761 * 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) {
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)) {
    [all...]
  /external/icu4c/i18n/unicode/
dtrule.h 78 * @param weekInMonth The ordinal number of the day of week. Negative number
87 DateTimeRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek,
vtzone.h 392 int32_t month, int32_t weekInMonth, int32_t dayOfWeek,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 233 milliseconds