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

1 2 3 4 5 6 7

  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/
Months.java 34 JAN, FEB, MAR, APR, MAY, JUN;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/data/
HolidayBundle_fr_FR.java 26 new SimpleHoliday(Calendar.MAY, 1, 0, "Labor Day"),
27 new SimpleHoliday(Calendar.MAY, 8, 0, "Victory Day"),
HolidayBundle_en_US.java 35 new SimpleHoliday(Calendar.MAY, 8, Calendar.SUNDAY, "Mother's Day", 1914),
37 new SimpleHoliday(Calendar.MAY, 31, -Calendar.MONDAY, "Memorial Day", 1971),
38 new SimpleHoliday(Calendar.MAY, 30, "Memorial Day", 1868, 1970),
HolidayBundle_de_AT.java 40 new SimpleHoliday(Calendar.MAY, 1, 0, "National Holiday"),
HolidayBundle_en_CA.java 25 new SimpleHoliday(Calendar.MAY, 19, 0, "Victoria Day"),
HolidayBundle_en_GB.java 28 new SimpleHoliday(Calendar.MAY, 31, -Calendar.MONDAY, "Spring Holiday"),
HolidayBundle_es_MX.java 28 new SimpleHoliday(Calendar.MAY, 5, 0, "Cinco de Mayo"),
HolidayBundle_fr_CA.java 26 new SimpleHoliday(Calendar.MAY, 19, 0, "Victoria Day"),
HolidayBundle_it_IT.java 28 new SimpleHoliday(Calendar.MAY, 1, 0, "Labor Day"),
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
HolidayBundle_fr_FR.java 22 new SimpleHoliday(Calendar.MAY, 1, 0, "Labor Day"),
23 new SimpleHoliday(Calendar.MAY, 8, 0, "Victory Day"),
HolidayBundle_en_US.java 31 new SimpleHoliday(Calendar.MAY, 8, Calendar.SUNDAY, "Mother's Day", 1914),
33 new SimpleHoliday(Calendar.MAY, 31, -Calendar.MONDAY, "Memorial Day", 1971),
34 new SimpleHoliday(Calendar.MAY, 30, "Memorial Day", 1868, 1970),
HolidayBundle_de_AT.java 36 new SimpleHoliday(Calendar.MAY, 1, 0, "National Holiday"),
HolidayBundle_en_CA.java 21 new SimpleHoliday(Calendar.MAY, 19, 0, "Victoria Day"),
HolidayBundle_en_GB.java 24 new SimpleHoliday(Calendar.MAY, 31, -Calendar.MONDAY, "Spring Holiday"),
HolidayBundle_es_MX.java 24 new SimpleHoliday(Calendar.MAY, 5, 0, "Cinco de Mayo"),
HolidayBundle_fr_CA.java 22 new SimpleHoliday(Calendar.MAY, 19, 0, "Victoria Day"),
HolidayBundle_it_IT.java 24 new SimpleHoliday(Calendar.MAY, 1, 0, "Labor Day"),
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 70 public static final String MAY = SIPDate.MAY;
  /compatibility/cdd/10_software-compatibility-testing/
10_2_cts-verifier.md 13 for features noted as optional by this Compatibility Definition Document MAY be
21 locales, branding, etc. MAY omit the CTS Verifier test.
  /compatibility/cdd/3_software/
3_6_api-namespaces.md 25 Device implementers MAY modify the underlying implementation of the APIs, but
32 However, device implementers MAY add custom APIs outside the standard Android
37 `com.google.*` or similar namespace: only Google may do so. Similarly,
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 6 * (the "License"); you may not use this file except in compliance with
7 * the License. You may obtain a copy of the License at
64 public static final int MAY = 5;
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPDate.java 83 public static final String MAY = "May";
216 case Calendar.MAY :
217 sipMonth = MAY;
429 } else if (sipMonth.compareToIgnoreCase(MAY) == 0) {
430 month = Calendar.MAY;
  /compatibility/cdd/6_dev-tools-and-options/
6_2_developer_options.md 17 * MAY temporarily limit access to the Developer Options menu, by visually
  /libcore/ojluni/src/main/java/java/time/
Month.java 47 * may be used to endorse or promote products derived from this software
86 * January, February, March, April, May, June, July, August, September, October,
98 * As such, this enum may be used by any calendar system that has the month-of-year
129 * The singleton instance for the month of May with 31 days.
132 MAY,
385 * The specified period may be negative.
401 * The specified period may be negative.
506 case MAY:
532 * April, May and June return April.
557 * @return the query result, null may be returned (defined by the query
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKMonth.java 45 * may be used to endorse or promote products derived from this software
371 assertEquals(Month.MAY.length(false), 31);
387 assertEquals(Month.MAY.length(true), 31);
406 assertEquals(Month.MAY.minLength(), 31);
425 assertEquals(Month.MAY.maxLength(), 31);
444 assertEquals(Month.MAY.firstDayOfYear(false), 1 + 31 + 28 + 31 + 30);
460 assertEquals(Month.MAY.firstDayOfYear(true), 1 + 31 + 29 + 31 + 30);
479 assertEquals(Month.MAY.firstMonthOfQuarter(), Month.APRIL);
498 assertEquals(Month.MAY.toString(), "MAY");
    [all...]

Completed in 613 milliseconds

1 2 3 4 5 6 7