Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dcaltest.h61 …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…
Dcaltest.cpp739 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765()
745 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765()
751 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24); in TestDisambiguation765()
760 verify765("1997 zero-th Tuesday in June = ", status); in TestDisambiguation765()
767 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765()
773 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1); in TestDisambiguation765()
783 verify765("1997 Tuesday in week 0 of June = ", status); in TestDisambiguation765()
799 verify765("1997 Tuesday in week 1 of yearWOY = ", c, 1996, UCAL_DECEMBER, 31); in TestDisambiguation765()
805 verify765("1997 Tuesday in week 1 of year = ", c, 1997, UCAL_DECEMBER, 30); in TestDisambiguation765()
810 verify765("1997 Tuesday in week 10 of year = ", c, 1997, UCAL_MARCH, 4); in TestDisambiguation765()
[all …]