Home
last modified time | relevance | path

Searched refs:verify765 (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcaltest.h63 …virtual void verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t…
67 …virtual void verify765(const UnicodeString& msg/*, IllegalArgumentException e*/, UErrorCode status…
Dcaltest.cpp816 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765()
822 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765()
828 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24); in TestDisambiguation765()
837 verify765("1997 zero-th Tuesday in June = ", status); in TestDisambiguation765()
844 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765()
850 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1); in TestDisambiguation765()
860 verify765("1997 Tuesday in week 0 of June = ", status); in TestDisambiguation765()
876 verify765("1997 Tuesday in week 1 of yearWOY = ", c, 1996, UCAL_DECEMBER, 31); in TestDisambiguation765()
882 verify765("1997 Tuesday in week 1 of year = ", c, 1997, UCAL_DECEMBER, 30); in TestDisambiguation765()
887 verify765("1997 Tuesday in week 10 of year = ", c, 1997, UCAL_MARCH, 4); in TestDisambiguation765()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCompatibilityTest.java539 verify765("1997 third day of June = ", c, 1997, Calendar.JUNE, 3); in TestDisambiguation765()
546 verify765("1997 first Tuesday in June = ", c, 1997, Calendar.JUNE, 3); in TestDisambiguation765()
553 verify765("1997 last Tuesday in June = ", c, 1997, Calendar.JUNE, 24); in TestDisambiguation765()
567 verify765("1997 zero-th Tuesday in June = ", e, c); in TestDisambiguation765()
574 verify765("1997 Tuesday in week 1 of June = ", c, 1997, Calendar.JUNE, 3); in TestDisambiguation765()
581 verify765("1997 Tuesday in week 5 of June = ", c, 1997, Calendar.JULY, 1); in TestDisambiguation765()
594 verify765("1997 Tuesday in week 0 of June = ", e, c); in TestDisambiguation765()
600 verify765("1997 Tuesday in week 1 of year = ", c, 1996, Calendar.DECEMBER, 31); in TestDisambiguation765()
606 verify765("1997 Tuesday in week 10 of year = ", c, 1997, Calendar.MARCH, 4); in TestDisambiguation765()
619 verify765("1997 Tuesday in week 0 of year = ", e, c); in TestDisambiguation765()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCompatibilityTest.java536 verify765("1997 third day of June = ", c, 1997, Calendar.JUNE, 3); in TestDisambiguation765()
543 verify765("1997 first Tuesday in June = ", c, 1997, Calendar.JUNE, 3); in TestDisambiguation765()
550 verify765("1997 last Tuesday in June = ", c, 1997, Calendar.JUNE, 24); in TestDisambiguation765()
564 verify765("1997 zero-th Tuesday in June = ", e, c); in TestDisambiguation765()
571 verify765("1997 Tuesday in week 1 of June = ", c, 1997, Calendar.JUNE, 3); in TestDisambiguation765()
578 verify765("1997 Tuesday in week 5 of June = ", c, 1997, Calendar.JULY, 1); in TestDisambiguation765()
591 verify765("1997 Tuesday in week 0 of June = ", e, c); in TestDisambiguation765()
597 verify765("1997 Tuesday in week 1 of year = ", c, 1996, Calendar.DECEMBER, 31); in TestDisambiguation765()
603 verify765("1997 Tuesday in week 10 of year = ", c, 1997, Calendar.MARCH, 4); in TestDisambiguation765()
616 verify765("1997 Tuesday in week 0 of year = ", e, c); in TestDisambiguation765()
[all …]