/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | SimpleTimeZoneTest.java | 53 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER, in test_ConstructorILjava_lang_StringIIIIIIII() 54 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY, in test_ConstructorILjava_lang_StringIIIIIIII() 57 .inDaylightTime(new GregorianCalendar(1998, Calendar.NOVEMBER, in test_ConstructorILjava_lang_StringIIIIIIII() 68 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY, in test_ConstructorILjava_lang_StringIIIIIIII() 76 new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER, in test_ConstructorILjava_lang_StringIIIIIIII() 77 10, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY, in test_ConstructorILjava_lang_StringIIIIIIII() 85 new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER, in test_ConstructorILjava_lang_StringIIIIIIII() 86 1, 10, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY, in test_ConstructorILjava_lang_StringIIIIIIII() 95 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -10, Calendar.SUNDAY, in test_ConstructorILjava_lang_StringIIIIIIII() 110 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER, in test_ConstructorILjava_lang_StringIIIIIIIII() [all …]
|
D | TimeZoneTest.java | 79 long time1 = new GregorianCalendar(1998, Calendar.NOVEMBER, 11) in test_getOffset_long()
|
D | DateTest.java | 328 cal.set(1999, Calendar.NOVEMBER, 22, 12, 52, 06); in test_parseLjava_lang_String()
|
D | CalendarTest.java | 62 cal.set(Calendar.MONTH, Calendar.NOVEMBER); in test_setII() 65 .get(Calendar.MONTH) == Calendar.NOVEMBER); in test_setII() 407 && cal.get(Calendar.MONTH) == Calendar.NOVEMBER in test_setTimeLjava_util_Date()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | SimpleDateFormatTest.java | 284 assertFormat(" M", new GregorianCalendar(1999, Calendar.NOVEMBER, 2), " 11", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 292 assertFormat(" d", new GregorianCalendar(1999, Calendar.NOVEMBER, 12), " 12", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 298 assertFormat(" h", new GregorianCalendar(1999, Calendar.NOVEMBER, 12), " 12", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 304 assertFormat(" H", new GregorianCalendar(1999, Calendar.NOVEMBER, 12, 4, 0), " 4", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 306 assertFormat(" H", new GregorianCalendar(1999, Calendar.NOVEMBER, 12, 12, 0), " 12", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 308 assertFormat(" H", new GregorianCalendar(1999, Calendar.NOVEMBER, 12), " 0", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 314 assertFormat(" m", new GregorianCalendar(1999, Calendar.NOVEMBER, 12, 4, 47), " 47", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 320 assertFormat(" s", new GregorianCalendar(1999, Calendar.NOVEMBER, 12, 4, 47, 13), " 13", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 345 assertFormat(" F", new GregorianCalendar(1999, Calendar.NOVEMBER, 14), " 2", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 362 assertFormat(" a", new GregorianCalendar(1999, Calendar.NOVEMBER, 14), " AM", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() [all …]
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
D | DatatypeConstants.java | 94 public static final int NOVEMBER = 11; field in DatatypeConstants
|
/libcore/luni/src/main/java/java/util/ |
D | Calendar.java | 410 public static final int NOVEMBER = 10; field in Calendar
|