Home
last modified time | relevance | path

Searched refs:AM_PM (Results 1 – 12 of 12) sorted by relevance

/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DDataFormatFieldTest.java109 Calendar.AM_PM, Field.AM_PM.getCalendarField()); in test_getCalendarField()
134 Field.AM_PM, Field.ofCalendarField(Calendar.AM_PM)); in test_ofCalendarFieldI()
188 field = new MyField(null, Calendar.AM_PM); in test_readResolve()
DSupport_MessageFormat.java62 t_FormatWithField(2, format, objects, null, DateFormat.Field.AM_PM, 0, in t_format_with_FieldPosition()
106 v.add(new FieldContainer(27, 29, DateFormat.Field.AM_PM)); in getMessageVector1()
DSupport_SimpleDateFormat.java91 t_FormatWithField(15, format, date, null, Field.AM_PM, 150, 152); in t_format_with_FieldPosition()
123 t_FormatWithField(37, format, date, null, Field.AM_PM, 0, 0); in t_format_with_FieldPosition()
255 v.add(new FieldContainer(141, 143, Field.AM_PM)); in getDateVector4()
256 v.add(new FieldContainer(145, 147, Field.AM_PM)); in getDateVector4()
DFieldPositionTest.java102 FieldPosition fpos4 = new FieldPosition(DateFormat.Field.AM_PM, 1); in test_equalsLjava_lang_Object()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DCalendarTest.java367 cal.set(Calendar.AM_PM, Calendar.AM); in test_setII()
373 cal.set(Calendar.AM_PM, Calendar.PM); in test_setII()
374 assertEquals("AM_PM not changed", Calendar.PM, cal.get(Calendar.AM_PM)); in test_setII()
376 cal.set(Calendar.AM_PM, Calendar.AM); in test_setII()
378 Calendar.AM, cal.get(Calendar.AM_PM)); in test_setII()
381 cal.set(Calendar.AM_PM, Calendar.PM); in test_setII()
383 Calendar.PM, cal.get(Calendar.AM_PM)); in test_setII()
389 int oldValue = cal.get(Calendar.AM_PM); in test_setII()
391 cal.set(Calendar.AM_PM, newValue); in test_setII()
392 newValue = cal.get(Calendar.AM_PM); in test_setII()
[all …]
DGregorianCalendarTest.java72 1, gc.get(Calendar.AM_PM)); in test_ConstructorIIIII()
101 1, gc.get(Calendar.AM_PM)); in test_ConstructorIIIIII()
235 gc1.add(Calendar.AM_PM, 2); in test_addII()
/external/v8/src/
Ddateparser.cc140 {'a', 'm', '\0', DateParser::AM_PM, 0},
141 {'p', 'm', '\0', DateParser::AM_PM, 12},
Ddateparser-inl.h88 if (type == AM_PM && !time.IsEmpty()) { in Parse()
Ddateparser.h164 enum KeywordType { INVALID, MONTH_NAME, TIME_ZONE_NAME, AM_PM }; enumerator
/external/jsilver/src/org/clearsilver/jni/
DJniHdf.java235 cal.get(Calendar.AM_PM) == Calendar.AM ? "1" : "0"); in exportDate()
/external/icu4c/i18n/unicode/
Dcalendar.h191 AM_PM, // Example: 0..1 enumerator
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DSerializationStressTest4.java1792 objToSave = new DateFormat.Field[] { DateFormat.Field.AM_PM, in test_writeObject_DateFormat_Field()