/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 | 329 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/luni/src/test/java/libcore/java/util/ |
D | SimpleTimeZoneTest.java | 115 Calendar.NOVEMBER, 1, Calendar.SUNDAY, 3600000, SimpleTimeZone.STANDARD_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_StandardTime() 124 Calendar.NOVEMBER, 1, Calendar.SUNDAY, 21600000, SimpleTimeZone.UTC_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_UtcTime() 133 Calendar.NOVEMBER, 1, Calendar.SUNDAY, 7200000, SimpleTimeZone.WALL_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_WallTime() 142 Calendar.NOVEMBER, 1, Calendar.SUNDAY, 7200000, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_DefaultTime() 151 Calendar.NOVEMBER, 2, 0, 3600000, SimpleTimeZone.STANDARD_TIME, in testDstNewYork2014_9thMarch_2ndNovember_StandardTime() 160 Calendar.NOVEMBER, 2, 0, 21600000, SimpleTimeZone.UTC_TIME, in testDstNewYork2014_9thMarch_2ndNovember_UtcTime() 169 Calendar.NOVEMBER, 2, 0, 7200000, SimpleTimeZone.WALL_TIME, in testDstNewYork2014_9thMarch_2ndNovember_WallTime() 178 Calendar.NOVEMBER, 2, 0, 7200000, in testDstNewYork2014_9thMarch_2ndNovember_DefaultTime()
|
D | GregorianCalendarTest.java | 38 Calendar.NOVEMBER, 2, 0, hours(2), 201 Calendar.NOVEMBER, 2, 0, 7200000, in test_computeTime_enteringDst()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | SimpleDateFormatTest.java | 279 assertFormat(format, " M", new GregorianCalendar(1999, Calendar.NOVEMBER, 2), " 11", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 287 assertFormat(format, " d", new GregorianCalendar(1999, Calendar.NOVEMBER, 12), " 12", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 293 assertFormat(format, " h", new GregorianCalendar(1999, Calendar.NOVEMBER, 12), " 12", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 299 assertFormat(format, " H", new GregorianCalendar(1999, Calendar.NOVEMBER, 12, 4, 0), " 4", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 301 assertFormat(format, " H", new GregorianCalendar(1999, Calendar.NOVEMBER, 12, 12, 0), " 12", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 303 assertFormat(format, " H", new GregorianCalendar(1999, Calendar.NOVEMBER, 12), " 0", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 309 assertFormat(format, " m", new GregorianCalendar(1999, Calendar.NOVEMBER, 12, 4, 47), " 47", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 315 … assertFormat(format, " s", new GregorianCalendar(1999, Calendar.NOVEMBER, 12, 4, 47, 13), " 13", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 340 assertFormat(format, " F", new GregorianCalendar(1999, Calendar.NOVEMBER, 14), " 2", in test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition() 357 assertFormat(format, " 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/ojluni/src/main/java/sun/util/calendar/ |
D | BaseCalendar.java | 52 public static final int NOVEMBER = 11; field in BaseCalendar
|
/libcore/luni/src/test/java/libcore/icu/ |
D | RelativeDateTimeFormatterTest.java | 487 cal.set(2014, Calendar.NOVEMBER, 2, 5, 20, 0); in test_getRelativeDateTimeStringDST() 493 cal.set(2014, Calendar.NOVEMBER, 2, 0, 45, 0); in test_getRelativeDateTimeStringDST()
|
/libcore/ojluni/src/main/java/java/util/ |
D | Calendar.java | 677 public final static int NOVEMBER = 10; field in Calendar
|