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

  /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...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
Support_SimpleDateFormat.java 90 t_FormatWithField(14, format, date, null, Field.WEEK_OF_MONTH, 144, 145);
122 t_FormatWithField(36, format, date, null, Field.WEEK_OF_MONTH, 0, 0);
181 v.add(new FieldContainer(3, 4, Field.WEEK_OF_MONTH));
253 v.add(new FieldContainer(135, 136, Field.WEEK_OF_MONTH));
254 v.add(new FieldContainer(137, 140, Field.WEEK_OF_MONTH));
  /libcore/luni/src/main/java/java/text/
DateFormat.java 252 * {@link Calendar#WEEK_OF_MONTH} field.
813 public static final Field WEEK_OF_MONTH = new Field("week of month",
814 Calendar.WEEK_OF_MONTH);
SimpleDateFormat.java 668 dateFormatField = Field.WEEK_OF_MONTH;
669 field = Calendar.WEEK_OF_MONTH;
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/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 255 gc1.add(Calendar.WEEK_OF_MONTH, 1);
256 assertEquals("Wrong time after WEEK_OF_MONTH change", 16, gc1
  /libcore/luni/src/test/java/tests/api/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...]
  /external/icu4c/i18n/unicode/
calendar.h 110 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
186 WEEK_OF_MONTH, // Example: 1..4
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 422 milliseconds