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

  /external/icu/android_icu4j/src/main/java/android/icu/util/
DateTimeRule.java 69 private final int weekInMonth;
96 this.weekInMonth = 0;
105 * @param weekInMonth The ordinal number of the day of week. Negative number
113 public DateTimeRule(int month, int weekInMonth, int dayOfWeek,
117 this.weekInMonth = weekInMonth;
152 this.weekInMonth = 0;
201 return weekInMonth;
240 sDate = Integer.toString(weekInMonth) + DOWSTR[dayOfWeek];
BasicTimeZone.java 397 int weekInMonth = Grego.getDayOfWeekInMonth(dtfields[0], dtfields[1], dtfields[2]);
399 DateTimeRule dtr = new DateTimeRule(dtfields[1], weekInMonth, dtfields[3],
429 weekInMonth = Grego.getDayOfWeekInMonth(dtfields[0], dtfields[1],
431 dtr = new DateTimeRule(dtfields[1], weekInMonth, dtfields[3],
462 weekInMonth = Grego.getDayOfWeekInMonth(dtfields[0], dtfields[1],
464 dtr = new DateTimeRule(dtfields[1], weekInMonth, dtfields[3],
VTimeZone.java     [all...]
  /external/icu/icu4c/source/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;
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 762 * 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) {
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)) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DateTimeRule.java 82 private final int weekInMonth;
111 this.weekInMonth = 0;
120 * @param weekInMonth The ordinal number of the day of week. Negative number
130 public DateTimeRule(int month, int weekInMonth, int dayOfWeek,
134 this.weekInMonth = weekInMonth;
171 this.weekInMonth = 0;
230 return weekInMonth;
275 sDate = Integer.toString(weekInMonth) + DOWSTR[dayOfWeek];
BasicTimeZone.java 410 int weekInMonth = Grego.getDayOfWeekInMonth(dtfields[0], dtfields[1], dtfields[2]);
412 DateTimeRule dtr = new DateTimeRule(dtfields[1], weekInMonth, dtfields[3],
442 weekInMonth = Grego.getDayOfWeekInMonth(dtfields[0], dtfields[1],
444 dtr = new DateTimeRule(dtfields[1], weekInMonth, dtfields[3],
475 weekInMonth = Grego.getDayOfWeekInMonth(dtfields[0], dtfields[1],
477 dtr = new DateTimeRule(dtfields[1], weekInMonth, dtfields[3],
VTimeZone.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.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 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 279 milliseconds