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/ |
D | DataFormatFieldTest.java | 109 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()
|
D | Support_MessageFormat.java | 62 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()
|
D | Support_SimpleDateFormat.java | 91 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()
|
D | FieldPositionTest.java | 102 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/ |
D | CalendarTest.java | 367 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 …]
|
D | GregorianCalendarTest.java | 72 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/ |
D | dateparser.cc | 140 {'a', 'm', '\0', DateParser::AM_PM, 0}, 141 {'p', 'm', '\0', DateParser::AM_PM, 12},
|
D | dateparser-inl.h | 88 if (type == AM_PM && !time.IsEmpty()) { in Parse()
|
D | dateparser.h | 164 enum KeywordType { INVALID, MONTH_NAME, TIME_ZONE_NAME, AM_PM }; enumerator
|
/external/jsilver/src/org/clearsilver/jni/ |
D | JniHdf.java | 235 cal.get(Calendar.AM_PM) == Calendar.AM ? "1" : "0"); in exportDate()
|
/external/icu4c/i18n/unicode/ |
D | calendar.h | 191 AM_PM, // Example: 0..1 enumerator
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | SerializationStressTest4.java | 1792 objToSave = new DateFormat.Field[] { DateFormat.Field.AM_PM, in test_writeObject_DateFormat_Field()
|