HomeSort by relevance Sort by last modified time
    Searched refs:verify765 (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
caltest.h 61 virtual void verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day);
65 virtual void verify765(const UnicodeString& msg/*, IllegalArgumentException e*/, UErrorCode status);
caltest.cpp 739 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3);
745 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3);
751 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24);
760 verify765("1997 zero-th Tuesday in June = ", status);
767 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3);
773 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1);
783 verify765("1997 Tuesday in week 0 of June = ", status);
799 verify765("1997 Tuesday in week 1 of yearWOY = ", c, 1996, UCAL_DECEMBER, 31);
805 verify765("1997 Tuesday in week 1 of year = ", c, 1997, UCAL_DECEMBER, 30);
810 verify765("1997 Tuesday in week 10 of year = ", c, 1997, UCAL_MARCH, 4)
832 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day) function in class:CalendarTest
856 CalendarTest::verify765(const UnicodeString& msg\/*, IllegalArgumentException e*\/, UErrorCode status) function in class:CalendarTest
    [all...]

Completed in 145 milliseconds