Searched defs:verify765 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp758 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3);
764 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3);
770 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24);
779 verify765("1997 zero-th Tuesday in June = ", status);
786 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3);
792 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1);
802 verify765("1997 Tuesday in week 0 of June = ", status);
818 verify765("1997 Tuesday in week 1 of yearWOY = ", c, 1996, UCAL_DECEMBER, 31);
824 verify765("1997 Tuesday in week 1 of year = ", c, 1997, UCAL_DECEMBER, 30);
829 verify765("199
851 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day) function in class:CalendarTest
875 CalendarTest::verify765(const UnicodeString& msg/*, IllegalArgumentException e*/, UErrorCode status) function in class:CalendarTest
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp779 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3);
785 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3);
791 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24);
800 verify765("1997 zero-th Tuesday in June = ", status);
807 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3);
813 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1);
823 verify765("1997 Tuesday in week 0 of June = ", status);
839 verify765("1997 Tuesday in week 1 of yearWOY = ", c, 1996, UCAL_DECEMBER, 31);
845 verify765("1997 Tuesday in week 1 of year = ", c, 1997, UCAL_DECEMBER, 30);
850 verify765("199
872 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day) function in class:CalendarTest
896 CalendarTest::verify765(const UnicodeString& msg/*, IllegalArgumentException e*/, UErrorCode status) function in class:CalendarTest
[all...]

Completed in 95 milliseconds