/libcore/ojluni/src/test/java/time/tck/java/time/zone/ |
D | TCKZoneOffsetTransitionRule.java | 99 Month.MARCH, 20, DayOfWeek.SUNDAY, null, false, TimeDefinition.WALL, in test_factory_nullTime() 106 Month.MARCH, 20, DayOfWeek.SUNDAY, TIME_0100, false, null, in test_factory_nullTimeDefinition() 113 Month.MARCH, 20, DayOfWeek.SUNDAY, TIME_0100, false, TimeDefinition.WALL, in test_factory_nullStandardOffset() 120 Month.MARCH, 20, DayOfWeek.SUNDAY, TIME_0100, false, TimeDefinition.WALL, in test_factory_nullOffsetBefore() 127 Month.MARCH, 20, DayOfWeek.SUNDAY, TIME_0100, false, TimeDefinition.WALL, in test_factory_nullOffsetAfter() 134 Month.MARCH, -29, DayOfWeek.SUNDAY, TIME_0100, false, TimeDefinition.WALL, in test_factory_invalidDayOfMonthIndicator_tooSmall() 141 Month.MARCH, 0, DayOfWeek.SUNDAY, TIME_0100, false, TimeDefinition.WALL, in test_factory_invalidDayOfMonthIndicator_zero() 148 Month.MARCH, 32, DayOfWeek.SUNDAY, TIME_0100, false, TimeDefinition.WALL, in test_factory_invalidDayOfMonthIndicator_tooLarge() 155 Month.MARCH, 20, DayOfWeek.SUNDAY, TIME_0100, true, TimeDefinition.WALL, in test_factory_invalidMidnightFlag() 162 Month.MARCH, 20, DayOfWeek.SUNDAY, LocalTime.of(1, 2, 3, 400_000_000), in test_factory_nonZeroTimeNanos() [all …]
|
D | TCKZoneRules.java | 387 assertEquals(in.getMonth(), Month.MARCH); in test_London_getTransitionRules()
|
/libcore/ojluni/src/test/java/time/test/java/time/temporal/ |
D | TestChronoUnit.java | 63 import static java.time.Month.MARCH; 166 {date(2012, FEBRUARY, 27), date(2012, MARCH, 26), 0}, in data_monthsBetween() 167 {date(2012, FEBRUARY, 27), date(2012, MARCH, 27), 1}, in data_monthsBetween() 168 {date(2012, FEBRUARY, 27), date(2012, MARCH, 28), 1}, in data_monthsBetween() 170 {date(2012, FEBRUARY, 28), date(2012, MARCH, 27), 0}, in data_monthsBetween() 171 {date(2012, FEBRUARY, 28), date(2012, MARCH, 28), 1}, in data_monthsBetween() 172 {date(2012, FEBRUARY, 28), date(2012, MARCH, 29), 1}, in data_monthsBetween() 174 {date(2012, FEBRUARY, 29), date(2012, MARCH, 28), 0}, in data_monthsBetween() 175 {date(2012, FEBRUARY, 29), date(2012, MARCH, 29), 1}, in data_monthsBetween() 176 {date(2012, FEBRUARY, 29), date(2012, MARCH, 30), 1}, in data_monthsBetween() [all …]
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | SimpleTimeZoneTest.java | 57 Calendar.MARCH, -1, Calendar.SUNDAY, 3600000, SimpleTimeZone.UTC_TIME, in testDstParis2014_LastSundayMarch_LastSundayOctober_UtcTime() 65 Calendar.MARCH, 25, -Calendar.SUNDAY, 3600000, SimpleTimeZone.UTC_TIME, in testDstParis2014_SundayAfter25thMarch_SundayAfter25thOctober_UtcTime() 73 Calendar.MARCH, 30, 0, 3600000, SimpleTimeZone.UTC_TIME, in testDstParis2014_30thMarch_26thOctober_UtcTime() 116 Calendar.MARCH, 2, Calendar.SUNDAY, 7200000, SimpleTimeZone.STANDARD_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_StandardTime() 125 Calendar.MARCH, 2, Calendar.SUNDAY, 25200000, SimpleTimeZone.UTC_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_UtcTime() 134 Calendar.MARCH, 2, Calendar.SUNDAY, 7200000, SimpleTimeZone.WALL_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_WallTime() 143 Calendar.MARCH, 2, Calendar.SUNDAY, 7200000, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_DefaultTime() 152 Calendar.MARCH, 9, 0, 7200000, SimpleTimeZone.STANDARD_TIME, in testDstNewYork2014_9thMarch_2ndNovember_StandardTime() 161 Calendar.MARCH, 9, 0, 25200000, SimpleTimeZone.UTC_TIME, in testDstNewYork2014_9thMarch_2ndNovember_UtcTime() 170 Calendar.MARCH, 9, 0, 7200000, SimpleTimeZone.WALL_TIME, in testDstNewYork2014_9thMarch_2ndNovember_WallTime() [all …]
|
D | GregorianCalendarTest.java | 41 Calendar.MARCH, 9, 0, hours(2), 204 Calendar.MARCH, 9, 0, 7200000, in test_computeTime_enteringDst() 258 cal.set(2016, Calendar.MARCH, 29); in test_getWeekYear() 330 cal.set(2014, Calendar.MARCH, 9, 2, 0, 0); in getDstLosAngeles2014() 344 cal.set(2014, Calendar.MARCH, 9, 1, 59, 59); in checkDstLosAngeles2014() 353 cal.set(2014, Calendar.MARCH, 9, 2, 0, 0); in checkDstLosAngeles2014() 369 cal.set(2014, Calendar.MARCH, 9, 3, 0, 0); in checkDstLosAngeles2014() 377 cal.set(2014, Calendar.MARCH, 9, 2, 59, 59); in checkDstLosAngeles2014() 386 cal.set(2014, Calendar.MARCH, 9, 3, 59, 59); in checkDstLosAngeles2014()
|
D | TimeZoneTest.java | 243 new SimpleTimeZone(0, "X", Calendar.MARCH, 1, 1, 1, Calendar.SEPTEMBER, 1, 1, 1) { in testSimpleTimeZoneDoesNotCallOverrideableMethodsFromConstructor()
|
/libcore/ojluni/src/test/java/time/tck/java/time/zone/serial/ |
D | TCKZoneOffsetTransitionRuleSerialization.java | 89 Month.MARCH, 20, null, TIME_0100, false, TimeDefinition.STANDARD, in test_serialization_unusualOffsets() 99 Month.MARCH, 20, DayOfWeek.FRIDAY, LocalTime.MIDNIGHT, true, TimeDefinition.UTC, in test_serialization_endOfDay() 107 … Month.MARCH, 20, DayOfWeek.WEDNESDAY, LocalTime.of(13, 34, 56), false, TimeDefinition.STANDARD, in test_serialization_unusualTime() 115 Month.MARCH, 20, DayOfWeek.SUNDAY, TIME_0100, false, TimeDefinition.WALL, in test_serialization_floatingWeek() 123 Month.MARCH, -1, DayOfWeek.SUNDAY, TIME_0100, false, TimeDefinition.WALL, in test_serialization_floatingWeekBackwards() 131 Month.MARCH, 20, null, TIME_0100, false, TimeDefinition.WALL, in test_serialization_fixedDate()
|
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | TCKMonth.java | 369 assertEquals(Month.MARCH.length(false), 31); in test_length_boolean_notLeapYear() 385 assertEquals(Month.MARCH.length(true), 31); in test_length_boolean_leapYear() 404 assertEquals(Month.MARCH.minLength(), 31); in test_minLength() 423 assertEquals(Month.MARCH.maxLength(), 31); in test_maxLength() 442 assertEquals(Month.MARCH.firstDayOfYear(false), 1 + 31 + 28); in test_firstDayOfYear_notLeapYear() 458 assertEquals(Month.MARCH.firstDayOfYear(true), 1 + 31 + 29); in test_firstDayOfYear_leapYear() 477 assertEquals(Month.MARCH.firstMonthOfQuarter(), Month.JANUARY); in test_firstMonthOfQuarter() 496 assertEquals(Month.MARCH.toString(), "MARCH"); in test_toString()
|
D | TCKLocalDateTime.java | 1130 …{LocalDateTime.of(2012, Month.MARCH, 4, 0, 0), LocalDateTime.of(2012, 3, 4, 1, 1, 1, 100), LocalDa…
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | CalendarTest.java | 50 cal.set(Calendar.MONTH, Calendar.MARCH); in test_setII() 147 cal.set(Calendar.MONTH, Calendar.MARCH); in test_setII() 156 cal.set(Calendar.MONTH, Calendar.MARCH); in test_setII() 168 cal.set(Calendar.MONTH, Calendar.MARCH); in test_setII() 179 cal.set(Calendar.MONTH, Calendar.MARCH); in test_setII() 211 cal.set(Calendar.MONTH, Calendar.MARCH); in test_setII() 221 cal.set(Calendar.MONTH, Calendar.MARCH); in test_setII() 232 cal.set(Calendar.MONTH, Calendar.MARCH); in test_setII() 241 cal.set(Calendar.MONTH, Calendar.MARCH); in test_setII() 268 cal.set(Calendar.MONTH, Calendar.MARCH); in test_setII() [all …]
|
D | GregorianCalendarTest.java | 709 g.set(2006, Calendar.MARCH, 26, 01, 50, 00); in test_computeTime() 715 g1.set(2006, Calendar.MARCH, 26, 02, 20, 00); in test_computeTime()
|
/libcore/ojluni/src/main/java/java/time/ |
D | Month.java | 122 MARCH, enumConstant 502 case MARCH: in firstDayOfYear()
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
D | DatatypeConstants.java | 54 public static final int MARCH = 3; field in DatatypeConstants
|
/libcore/ojluni/annotations/hiddenapi/sun/util/calendar/ |
D | BaseCalendar.java | 150 public static final int MARCH = 3; // 0x3 field in BaseCalendar
|
/libcore/ojluni/src/main/java/sun/util/calendar/ |
D | BaseCalendar.java | 43 public static final int MARCH = 3; field in BaseCalendar 458 if (isLeap && month >= MARCH) { in getCalendarDateFromFixedDate()
|
D | JulianCalendar.java | 196 if (fixedDate >= getFixedDate(year, MARCH, 1, jdate)) { in getCalendarDateFromFixedDate()
|
/libcore/luni/src/test/java/libcore/java/time/ |
D | ZonedDateTimeTest.java | 55 private static final LocalDateTime LDT_IN_GAP = LocalDateTime.of(2000, Month.MARCH, 26, 2, 30);
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Calendar.annotated.java | 210 public static final int MARCH = 2; // 0x2 field in Calendar
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Calendar.java | 483 public static final int MARCH = 2; // 0x2 field in Calendar
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | SimpleDateFormatTest.java | 613 assertParse("E w", "Mon 12", new GregorianCalendar(1970, Calendar.MARCH, 16).getTime(), in test_parse_monthPatterns() 615 assertParse("Ew", "Mon12", new GregorianCalendar(1970, Calendar.MARCH, 16).getTime(), 0, 5); in test_parse_monthPatterns()
|
/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
D | TCKDateTimeFormatterBuilder.java | 604 …{"yyyy DDD HH mm v", LocalDateTime.of(2015, Month.MARCH, 10, 12, 13), ZoneId.of("America/Los_Angel… in data_parseGenericTimeZonePatterns() 606 …{"yyyy DDD HH mm vvvv", LocalDateTime.of(2015, Month.MARCH, 10, 12, 13), ZoneId.of("America/Los_An… in data_parseGenericTimeZonePatterns()
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
D | URLConnectionTest.java | 1096 cal.set(2000, Calendar.MARCH, 5);
|
/libcore/ojluni/src/main/java/java/util/ |
D | Calendar.java | 634 public static final int MARCH = 2; field in Calendar
|
D | GregorianCalendar.java | 844 gregorian = d.getMonth() < BaseCalendar.MARCH; in isLeapYear()
|
/libcore/api/ |
D | current.txt | 11765 enum_constant public static final java.time.Month MARCH; 13538 field public static final int MARCH = 2; // 0x2 20239 field public static final int MARCH = 3; // 0x3
|