Searched refs:verify765 (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CompatibilityTest.java | 525 verify765("1997 third day of June = ", c, 1997, Calendar.JUNE, 3); in TestDisambiguation765() 532 verify765("1997 first Tuesday in June = ", c, 1997, Calendar.JUNE, 3); in TestDisambiguation765() 539 verify765("1997 last Tuesday in June = ", c, 1997, Calendar.JUNE, 24); in TestDisambiguation765() 553 verify765("1997 zero-th Tuesday in June = ", e, c); in TestDisambiguation765() 560 verify765("1997 Tuesday in week 1 of June = ", c, 1997, Calendar.JUNE, 3); in TestDisambiguation765() 567 verify765("1997 Tuesday in week 5 of June = ", c, 1997, Calendar.JULY, 1); in TestDisambiguation765() 580 verify765("1997 Tuesday in week 0 of June = ", e, c); in TestDisambiguation765() 586 verify765("1997 Tuesday in week 1 of year = ", c, 1996, Calendar.DECEMBER, 31); in TestDisambiguation765() 592 verify765("1997 Tuesday in week 10 of year = ", c, 1997, Calendar.MARCH, 4); in TestDisambiguation765() 605 verify765("1997 Tuesday in week 0 of year = ", e, c); in TestDisambiguation765() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | caltest.h | 61 …virtual void verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t… 65 …virtual void verify765(const UnicodeString& msg/*, IllegalArgumentException e*/, UErrorCode status…
|
D | caltest.cpp | 790 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765() 796 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765() 802 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24); in TestDisambiguation765() 811 verify765("1997 zero-th Tuesday in June = ", status); in TestDisambiguation765() 818 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765() 824 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1); in TestDisambiguation765() 834 verify765("1997 Tuesday in week 0 of June = ", status); in TestDisambiguation765() 850 verify765("1997 Tuesday in week 1 of yearWOY = ", c, 1996, UCAL_DECEMBER, 31); in TestDisambiguation765() 856 verify765("1997 Tuesday in week 1 of year = ", c, 1997, UCAL_DECEMBER, 30); in TestDisambiguation765() 861 verify765("1997 Tuesday in week 10 of year = ", c, 1997, UCAL_MARCH, 4); in TestDisambiguation765() [all …]
|