Home
last modified time | relevance | path

Searched refs:MAY (Results 1 – 25 of 118) sorted by relevance

12345

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DHolidayBundle_en_US.java29 … new SimpleHoliday(Calendar.MAY, 8, Calendar.SUNDAY, "Mother's Day", 1914),
31 … new SimpleHoliday(Calendar.MAY, 31, -Calendar.MONDAY, "Memorial Day", 1971),
32 …new SimpleHoliday(Calendar.MAY, 30, "Memorial Day", 1868, …
DHolidayBundle_fr_FR.java20 new SimpleHoliday(Calendar.MAY, 1, 0, "Labor Day"),
21 new SimpleHoliday(Calendar.MAY, 8, 0, "Victory Day"),
DHolidayBundle_en_CA.java19 new SimpleHoliday(Calendar.MAY, 19, 0, "Victoria Day"),
DHolidayBundle_it_IT.java22 new SimpleHoliday(Calendar.MAY, 1, 0, "Labor Day"),
DHolidayBundle_en_GB.java22 new SimpleHoliday(Calendar.MAY, 31, -Calendar.MONDAY, "Spring Holiday"),
DHolidayBundle_es_MX.java22 new SimpleHoliday(Calendar.MAY, 5, 0, "Cinco de Mayo"),
DHolidayBundle_de_AT.java34 new SimpleHoliday(Calendar.MAY, 1, 0, "National Holiday"),
DHolidayBundle_fr_CA.java20 new SimpleHoliday(Calendar.MAY, 19, 0, "Victoria Day"),
/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPDate.java83 public static final String MAY = "May"; field in SIPDate
216 case Calendar.MAY : in SIPDate()
217 sipMonth = MAY; in SIPDate()
429 } else if (sipMonth.compareToIgnoreCase(MAY) == 0) { in setMonth()
430 month = Calendar.MAY; in setMonth()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenNames.java70 public static final String MAY = SIPDate.MAY; field
DHeaderParser.java100 retval.set(Calendar.MONTH, Calendar.MAY); in date()
/external/slf4j/slf4j-ext/src/test/resources/
Dmonths_en.properties5 MAY=May key
/external/libvpx/libvpx/
Dkeywords.dox4 NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and
36 \section MAY
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/
DMonths.java34 JAN, FEB, MAR, APR, MAY, JUN; enumConstant
/external/crcalc/
DCOPYRIGHT.txt31 EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
71 EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DSimpleHoliday.java191 new SimpleHoliday(Calendar.MAY, 1, "May Day");
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDebugUtilitiesData.java170 com.ibm.icu.util.Calendar.MAY, /* 4 */
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DChineseTest.java269 tempcal.set(2001, Calendar.MAY, 22); in TestFormat()
271 tempcal.set(2001, Calendar.MAY, 23); in TestFormat()
649 Date time2 = getDate(2001, Calendar.MAY, 23); in TestCoverage()
DIBMCalendarTest.java263 BuddhistCalendar cal = new BuddhistCalendar(2543, Calendar.MAY, 22); in TestBuddhistCoverage()
271 BuddhistCalendar cal = new BuddhistCalendar(2543, Calendar.MAY, 22, 1, 1, 1); in TestBuddhistCoverage()
279 BuddhistCalendar cal = new BuddhistCalendar(2543, Calendar.MAY, 22); in TestBuddhistCoverage()
411 TaiwanCalendar cal = new TaiwanCalendar(34, Calendar.MAY, 22); in TestTaiwanCoverage()
419 TaiwanCalendar cal = new TaiwanCalendar(34, Calendar.MAY, 22, 1, 1, 1); in TestTaiwanCoverage()
427 TaiwanCalendar cal = new TaiwanCalendar(34, Calendar.MAY, 22); in TestTaiwanCoverage()
/external/apache-http/android/src/android/net/http/
DLegacyHttpDateTime.java161 return Calendar.MAY; in getMonth()
/external/srtp/doc/
Drfc3711.txt151 "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
321 equivalent RTP packet. The Encrypted Portion MAY be the exact size
322 of the plaintext or MAY be larger. Figure 1 shows the RTP payload
332 transforms requiring padding. Transforms MAY specify other padding
360 according to Section 3.2.3. The MKI MAY be used by key
462 In addition, for each master key, an SRTP stream MAY use the
466 This value, when used, MUST be random, but MAY be public. Use of
498 Note in particular that the master key(s) MAY be shared between SRTP
757 amount of traffic, and MAY be triggered earlier, e.g., for increased
812 dependent parameter and MUST be at least 64, but which MAY be set to
[all …]
/external/libvorbis/doc/
Drfc5215.txt139 "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
207 Padding MAY be used with this payload format according to Section 5.1
473 Offer/Answer Model [RFC3264]. Changes to the configuration MAY be
516 MUST be packed as they are, while the Comment header MAY be replaced
713 successfully decode the stream. Implementations MAY try to recover
724 to offer basic track/song information. Clients MAY ignore it
1202 The following example shows a common usage pattern that MAY be
/external/ipsec-tools/src/racoon/
DTODO90 MAY
/external/libogg/doc/
Drfc3533.txt34 "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
193 and MAY contain information to set up the decoding process. The bos
556 For example, for an audio stream, it MAY contain the total number
558 page. For a video stream it MAY contain the total number of video
/external/icu/icu4c/source/i18n/unicode/
Dcalendar.h272 MAY, enumerator

12345