HomeSort by relevance Sort by last modified time
    Searched defs:weekInMonth (Results 1 - 25 of 27) sorted by null

1 2

  /external/icu/icu4c/source/i18n/
gregoimp.cpp 152 int32_t weekInMonth = (dom + 6)/7;
153 if (weekInMonth == 4) {
155 weekInMonth = -1;
157 } else if (weekInMonth == 5) {
158 weekInMonth = -1;
160 return weekInMonth;
basictz.cpp 169 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
171 DateTimeRule *dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME);
196 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
198 dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME);
227 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
228 dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME);
vtzone.cpp 764 * Check if the DOW rule specified by month, weekInMonth and dayOfWeek is equivalent
767 static UBool isEquivalentDateRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek, const DateTimeRule *dtrule) {
776 && dtrule->getRuleWeekInMonth() == weekInMonth) {
781 if (ruleDOM%7 == 1 && (ruleDOM + 6)/7 == weekInMonth) {
785 && weekInMonth == -1*((MONTHLENGTH[month]-ruleDOM+1)/7)) {
790 if (ruleDOM%7 == 0 && ruleDOM/7 == weekInMonth) {
794 && weekInMonth == -1*((MONTHLENGTH[month] - ruleDOM)/7 + 1)) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
DateTimeRule.java 71 private final int weekInMonth;
98 this.weekInMonth = 0;
107 * @param weekInMonth The ordinal number of the day of week. Negative number
115 public DateTimeRule(int month, int weekInMonth, int dayOfWeek,
119 this.weekInMonth = weekInMonth;
154 this.weekInMonth = 0;
203 return weekInMonth;
243 sDate = Integer.toString(weekInMonth) + DOWSTR[dayOfWeek];
BasicTimeZone.java 399 int weekInMonth = Grego.getDayOfWeekInMonth(dtfields[0], dtfields[1], dtfields[2]);
401 DateTimeRule dtr = new DateTimeRule(dtfields[1], weekInMonth, dtfields[3],
431 weekInMonth = Grego.getDayOfWeekInMonth(dtfields[0], dtfields[1],
433 dtr = new DateTimeRule(dtfields[1], weekInMonth, dtfields[3],
464 weekInMonth = Grego.getDayOfWeekInMonth(dtfields[0], dtfields[1],
466 dtr = new DateTimeRule(dtfields[1], weekInMonth, dtfields[3],
VTimeZone.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DateTimeRule.java 84 private final int weekInMonth;
113 this.weekInMonth = 0;
122 * @param weekInMonth The ordinal number of the day of week. Negative number
132 public DateTimeRule(int month, int weekInMonth, int dayOfWeek,
136 this.weekInMonth = weekInMonth;
173 this.weekInMonth = 0;
232 return weekInMonth;
278 sDate = Integer.toString(weekInMonth) + DOWSTR[dayOfWeek];
BasicTimeZone.java 412 int weekInMonth = Grego.getDayOfWeekInMonth(dtfields[0], dtfields[1], dtfields[2]);
414 DateTimeRule dtr = new DateTimeRule(dtfields[1], weekInMonth, dtfields[3],
444 weekInMonth = Grego.getDayOfWeekInMonth(dtfields[0], dtfields[1],
446 dtr = new DateTimeRule(dtfields[1], weekInMonth, dtfields[3],
477 weekInMonth = Grego.getDayOfWeekInMonth(dtfields[0], dtfields[1],
479 dtr = new DateTimeRule(dtfields[1], weekInMonth, dtfields[3],
VTimeZone.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Grego.java 208 int weekInMonth = (dayOfMonth + 6)/7;
209 if (weekInMonth == 4) {
211 weekInMonth = -1;
213 } else if (weekInMonth == 5) {
214 weekInMonth = -1;
216 return weekInMonth;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Grego.java 206 int weekInMonth = (dayOfMonth + 6)/7;
207 if (weekInMonth == 4) {
209 weekInMonth = -1;
211 } else if (weekInMonth == 5) {
212 weekInMonth = -1;
214 return weekInMonth;
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 

Completed in 219 milliseconds

1 2