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

1 2

  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 84 * Values calculated for the {@code WEEK_OF_MONTH} field range from 0 or
85 * 1 to 4 or 5. Week 1 of a month (the days with <code>WEEK_OF_MONTH =
93 * {@code WEEK_OF_MONTH} of 0.
99 * have a {@code WEEK_OF_MONTH} of 1. Thursday, January 1 through
100 * Saturday, January 3 have a {@code WEEK_OF_MONTH} of 0. If
102 * through January 3 have a {@code WEEK_OF_MONTH} of 1.
135 * System.out.println("WEEK_OF_MONTH: " + calendar.get(Calendar.WEEK_OF_MONTH));
160 * System.out.println("WEEK_OF_MONTH: " + calendar.get(Calendar.WEEK_OF_MONTH));
    [all...]
Calendar.java 82 * When setting or getting the {@code WEEK_OF_MONTH} or
118 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
252 * {@code roll(Calendar.WEEK_OF_MONTH, -1)} sets the calendar to Tuesday
253 * June 1, 1999, whereas calling {@code add(Calendar.WEEK_OF_MONTH, -1)}
256 * when the {@code WEEK_OF_MONTH} is rolled. Taken together with add rule
259 * changing the {@code WEEK_OF_MONTH}, is set to Tuesday, the closest
516 * define the value of {@code WEEK_OF_MONTH} for days before the
522 public static final int WEEK_OF_MONTH = 4;
570 * within a month. Unlike {@code WEEK_OF_MONTH} and
588 * @see #WEEK_OF_MONTH
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
Support_SimpleDateFormat.java 89 t_FormatWithField(14, format, date, null, Field.WEEK_OF_MONTH, 137, 138);
118 t_FormatWithField(36, format, date, null, Field.WEEK_OF_MONTH, 0, 0);
174 v.add(new FieldContainer(3, 4, Field.WEEK_OF_MONTH));
246 v.add(new FieldContainer(137, 138, Field.WEEK_OF_MONTH));
247 v.add(new FieldContainer(139, 142, Field.WEEK_OF_MONTH));
  /libcore/luni/src/main/java/java/text/
DateFormat.java 196 * {@link Calendar#WEEK_OF_MONTH} field.
766 public static final Field WEEK_OF_MONTH = new Field("week of month",
767 Calendar.WEEK_OF_MONTH);
SimpleDateFormat.java 650 dateFormatField = Field.WEEK_OF_MONTH;
651 field = Calendar.WEEK_OF_MONTH;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CalendarTest.java 92 cal.set(Calendar.WEEK_OF_MONTH, 2);
162 // WEEK_OF_MONTH has priority
167 cal.set(Calendar.WEEK_OF_MONTH, 3);
185 // WEEK_OF_MONTH has priority, MONTH not set
190 cal.set(Calendar.WEEK_OF_MONTH, 3);
220 cal.set(Calendar.WEEK_OF_MONTH, 1);
225 // WEEK_OF_MONTH has priority
230 cal.set(Calendar.WEEK_OF_MONTH, 3);
315 cal.set(Calendar.WEEK_OF_MONTH, 1);
351 // MONTH/DATE has priority when WEEK_OF_MONTH set last but DAY_OF_WEE
    [all...]
GregorianCalendarTest.java 250 gc1.add(Calendar.WEEK_OF_MONTH, 1);
251 assertEquals("Wrong time after WEEK_OF_MONTH change", 16, gc1
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
calendar.h 112 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
221 WEEK_OF_MONTH, // Example: 1..4
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 112 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
221 WEEK_OF_MONTH, // Example: 1..4
    [all...]
  /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/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 

Completed in 775 milliseconds

1 2