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

1 2 3

  /libcore/ojluni/src/main/java/java/time/
Month.java 86 * January, February, March, April, May, June, July, August, September, October,
149 * The singleton instance for the month of September with 30 days.
152 SEPTEMBER,
419 * April, June, September and November have 30 days.
431 case SEPTEMBER:
443 * April, June, September and November have 30 days.
454 case SEPTEMBER:
466 * April, June, September and November have 30 days.
477 case SEPTEMBER:
514 case SEPTEMBER
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKMonth.java 375 assertEquals(Month.SEPTEMBER.length(false), 30);
391 assertEquals(Month.SEPTEMBER.length(true), 30);
410 assertEquals(Month.SEPTEMBER.minLength(), 30);
429 assertEquals(Month.SEPTEMBER.maxLength(), 30);
448 assertEquals(Month.SEPTEMBER.firstDayOfYear(false), 1 + 31 + 28 + 31 + 30 + 31 + 30 + 31 + 31);
464 assertEquals(Month.SEPTEMBER.firstDayOfYear(true), 1 + 31 + 29 + 31 + 30 + 31 + 30 + 31 + 31);
483 assertEquals(Month.SEPTEMBER.firstMonthOfQuarter(), Month.JULY);
502 assertEquals(Month.SEPTEMBER.toString(), "SEPTEMBER");
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 84 public static final int SEPTEMBER = 9;
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 184 * For example, subtracting 5 days from the date <code>September 12, 1996</code>
185 * results in <code>September 7, 1996</code>.
278 SEPTEMBER,
    [all...]
  /libcore/ojluni/src/main/java/sun/util/calendar/
BaseCalendar.java 49 public static final int SEPTEMBER = 9;
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Calendar.java 169 * Calendar.SEPTEMBER)</code> sets the calendar to September 31,
173 * <code>getTime()</code> sets the calendar to September 30, 1999, since
205 * 13)</code> sets the calendar to September 30, 2000. <strong>Add rule
206 * 1</strong> sets the <code>MONTH</code> field to September, since
207 * adding 13 months to August gives September of the next year. Since
208 * <code>DAY_OF_MONTH</code> cannot be 31 in September in a
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Calendar.java 224 * Calendar.SEPTEMBER)</code> sets the date to September 31,
228 * <code>getTime()</code> sets the date to September 30, 1999, since
261 * 13)</code> sets the calendar to September 30, 2000. <strong>Add rule
262 * 1</strong> sets the <code>MONTH</code> field to September, since
263 * adding 13 months to August gives September of the next year. Since
264 * <code>DAY_OF_MONTH</code> cannot be 31 in September in a
390 * @see #SEPTEMBER
663 public final static int SEPTEMBER = 8;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 204 * Calendar.SEPTEMBER)</code> sets the calendar to September 31,
208 * <code>getTime()</code> sets the calendar to September 30, 1999, since
240 * 13)</code> sets the calendar to September 30, 2000. <strong>Add rule
241 * 1</strong> sets the <code>MONTH</code> field to September, since
242 * adding 13 months to August gives September of the next year. Since
243 * <code>DAY_OF_MONTH</code> cannot be 31 in September in a
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 203 * Calendar.SEPTEMBER)</code> sets the calendar to September 31,
207 * <code>getTime()</code> sets the calendar to September 30, 1999, since
239 * 13)</code> sets the calendar to September 30, 2000. <strong>Add rule
240 * 1</strong> sets the <code>MONTH</code> field to September, since
241 * adding 13 months to August gives September of the next year. Since
242 * <code>DAY_OF_MONTH</code> cannot be 31 in September in a
    [all...]
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 

Completed in 786 milliseconds

1 2 3