Home
last modified time | relevance | path

Searched refs:smart (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKIsoChronology.java442 …public void test_resolve_ymd_lenient(int y, int m, int d, LocalDate expected, Object smart, boolea… in test_resolve_ymd_lenient() argument
453 …public void test_resolve_ymd_smart(int y, int m, int d, LocalDate expected, Object smart, boolean … in test_resolve_ymd_smart() argument
458 if (Boolean.TRUE.equals(smart)) { in test_resolve_ymd_smart()
462 } else if (smart instanceof LocalDate) { in test_resolve_ymd_smart()
464 assertEquals(date, smart); in test_resolve_ymd_smart()
476 …public void test_resolve_ymd_strict(int y, int m, int d, LocalDate expected, Object smart, boolean… in test_resolve_ymd_strict() argument
526 …public void test_resolve_yd_lenient(int y, int d, LocalDate expected, boolean smart, boolean stric… in test_resolve_yd_lenient() argument
536 …public void test_resolve_yd_smart(int y, int d, LocalDate expected, boolean smart, boolean strict)… in test_resolve_yd_smart() argument
540 if (smart) { in test_resolve_yd_smart()
555 …public void test_resolve_yd_strict(int y, int d, LocalDate expected, boolean smart, boolean strict… in test_resolve_yd_strict() argument
[all …]
DTCKHijrahChronology.java370 …public void test_resolve_ymd_lenient(int y, int m, int d, HijrahDate expected, Object smart, boole… in test_resolve_ymd_lenient() argument
391 …public void test_resolve_ymd_smart(int y, int m, int d, HijrahDate expected, Object smart, boolean… in test_resolve_ymd_smart() argument
396 if (Boolean.TRUE.equals(smart)) { in test_resolve_ymd_smart()
400 } else if (smart instanceof HijrahDate) { in test_resolve_ymd_smart()
402 assertEquals(date, smart); in test_resolve_ymd_smart()
414 …public void test_resolve_ymd_strict(int y, int m, int d, HijrahDate expected, Object smart, boolea… in test_resolve_ymd_strict() argument
484 …public void test_resolve_yd_lenient(int y, int d, HijrahDate expected, boolean smart, boolean stri… in test_resolve_yd_lenient() argument
494 …public void test_resolve_yd_smart(int y, int d, HijrahDate expected, boolean smart, boolean strict… in test_resolve_yd_smart() argument
498 if (smart) { in test_resolve_yd_smart()
513 …public void test_resolve_yd_strict(int y, int d, HijrahDate expected, boolean smart, boolean stric… in test_resolve_yd_strict() argument
DTCKThaiBuddhistChronology.java685 …resolve_ymd_lenient(int y, int m, int d, ThaiBuddhistDate expected, Object smart, boolean strict) { in test_resolve_ymd_lenient() argument
696 …public void test_resolve_ymd_smart(int y, int m, int d, ThaiBuddhistDate expected, Object smart, b… in test_resolve_ymd_smart() argument
701 if (Boolean.TRUE.equals(smart)) { in test_resolve_ymd_smart()
705 } else if (smart instanceof ThaiBuddhistDate) { in test_resolve_ymd_smart()
707 assertEquals(date, smart); in test_resolve_ymd_smart()
719 …_resolve_ymd_strict(int y, int m, int d, ThaiBuddhistDate expected, Object smart, boolean strict) { in test_resolve_ymd_strict() argument
769 …public void test_resolve_yd_lenient(int y, int d, ThaiBuddhistDate expected, boolean smart, boolea… in test_resolve_yd_lenient() argument
779 …public void test_resolve_yd_smart(int y, int d, ThaiBuddhistDate expected, boolean smart, boolean … in test_resolve_yd_smart() argument
783 if (smart) { in test_resolve_yd_smart()
798 …public void test_resolve_yd_strict(int y, int d, ThaiBuddhistDate expected, boolean smart, boolean… in test_resolve_yd_strict() argument
[all …]
DTCKMinguoChronology.java709 …public void test_resolve_ymd_lenient(int y, int m, int d, MinguoDate expected, Object smart, boole… in test_resolve_ymd_lenient() argument
720 …public void test_resolve_ymd_smart(int y, int m, int d, MinguoDate expected, Object smart, boolean… in test_resolve_ymd_smart() argument
725 if (Boolean.TRUE.equals(smart)) { in test_resolve_ymd_smart()
729 } else if (smart instanceof MinguoDate) { in test_resolve_ymd_smart()
731 assertEquals(date, smart); in test_resolve_ymd_smart()
743 …public void test_resolve_ymd_strict(int y, int m, int d, MinguoDate expected, Object smart, boolea… in test_resolve_ymd_strict() argument
793 …public void test_resolve_yd_lenient(int y, int d, MinguoDate expected, boolean smart, boolean stri… in test_resolve_yd_lenient() argument
803 …public void test_resolve_yd_smart(int y, int d, MinguoDate expected, boolean smart, boolean strict… in test_resolve_yd_smart() argument
807 if (smart) { in test_resolve_yd_smart()
822 …public void test_resolve_yd_strict(int y, int d, MinguoDate expected, boolean smart, boolean stric… in test_resolve_yd_strict() argument
[all …]
DTCKJapaneseChronology.java880 …public void test_resolve_ymd_lenient(int y, int m, int d, JapaneseDate expected, Object smart, boo… in test_resolve_ymd_lenient() argument
891 …public void test_resolve_ymd_smart(int y, int m, int d, JapaneseDate expected, Object smart, boole… in test_resolve_ymd_smart() argument
896 if (Boolean.TRUE.equals(smart)) { in test_resolve_ymd_smart()
900 } else if (smart instanceof JapaneseDate) { in test_resolve_ymd_smart()
902 assertEquals(date, smart); in test_resolve_ymd_smart()
914 …public void test_resolve_ymd_strict(int y, int m, int d, JapaneseDate expected, Object smart, bool… in test_resolve_ymd_strict() argument
964 …public void test_resolve_yd_lenient(int y, int d, JapaneseDate expected, boolean smart, boolean st… in test_resolve_yd_lenient() argument
974 …public void test_resolve_yd_smart(int y, int d, JapaneseDate expected, boolean smart, boolean stri… in test_resolve_yd_smart() argument
978 if (smart) { in test_resolve_yd_smart()
993 …public void test_resolve_yd_strict(int y, int d, JapaneseDate expected, boolean smart, boolean str… in test_resolve_yd_strict() argument
/libcore/ojluni/src/test/java/time/tck/java/time/temporal/
DTCKIsoFields.java212 … public void test_parse_parseLenientQuarter_STRICT(String str, LocalDate expected, boolean smart) { in test_parse_parseLenientQuarter_STRICT() argument
222 … public void test_parse_parseLenientQuarter_SMART(String str, LocalDate expected, boolean smart) { in test_parse_parseLenientQuarter_SMART() argument
228 if (smart) { in test_parse_parseLenientQuarter_SMART()
242 …public void test_parse_parseLenientQuarter_LENIENT(String str, LocalDate expected, boolean smart) { in test_parse_parseLenientQuarter_LENIENT() argument
404 public void test_parse_parseLenientWeek_STRICT(String str, LocalDate expected, boolean smart) { in test_parse_parseLenientWeek_STRICT() argument
414 public void test_parse_parseLenientWeek_SMART(String str, LocalDate expected, boolean smart) { in test_parse_parseLenientWeek_SMART() argument
420 if (smart) { in test_parse_parseLenientWeek_SMART()
434 public void test_parse_parseLenientWeek_LENIENT(String str, LocalDate expected, boolean smart) { in test_parse_parseLenientWeek_LENIENT() argument