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

/external/chromium/third_party/icu/source/test/intltest/
H A Dcaltest.h61 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);
H A Dcaltest.cpp603 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3);
609 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3);
615 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24);
624 verify765("1997 zero-th Tuesday in June = ", status);
631 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3);
637 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1);
647 verify765("1997 Tuesday in week 0 of June = ", status);
663 verify765("1997 Tuesday in week 1 of yearWOY = ", c, 1996, UCAL_DECEMBER, 31);
669 verify765("1997 Tuesday in week 1 of year = ", c, 1997, UCAL_DECEMBER, 30);
674 verify765("199
696 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day) function in class:CalendarTest
720 CalendarTest::verify765(const UnicodeString& msg/*, IllegalArgumentException e*/, UErrorCode status) function in class:CalendarTest
[all...]
/external/icu4c/test/intltest/
H A Dcaltest.h61 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);
H A Dcaltest.cpp651 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3);
657 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3);
663 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24);
672 verify765("1997 zero-th Tuesday in June = ", status);
679 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3);
685 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1);
695 verify765("1997 Tuesday in week 0 of June = ", status);
711 verify765("1997 Tuesday in week 1 of yearWOY = ", c, 1996, UCAL_DECEMBER, 31);
717 verify765("1997 Tuesday in week 1 of year = ", c, 1997, UCAL_DECEMBER, 30);
722 verify765("199
744 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day) function in class:CalendarTest
768 CalendarTest::verify765(const UnicodeString& msg/*, IllegalArgumentException e*/, UErrorCode status) function in class:CalendarTest
[all...]

Completed in 16 milliseconds