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

  /external/icu/icu4c/source/test/intltest/
caltest.h 63 virtual void verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day);
67 virtual void verify765(const UnicodeString& msg/*, IllegalArgumentException e*/, UErrorCode status);
caltest.cpp 799 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3);
805 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3);
811 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24);
820 verify765("1997 zero-th Tuesday in June = ", status);
827 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3);
833 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1);
843 verify765("1997 Tuesday in week 0 of June = ", status);
859 verify765("1997 Tuesday in week 1 of yearWOY = ", c, 1996, UCAL_DECEMBER, 31);
865 verify765("1997 Tuesday in week 1 of year = ", c, 1997, UCAL_DECEMBER, 30);
870 verify765("1997 Tuesday in week 10 of year = ", c, 1997, UCAL_MARCH, 4)
892 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day) function in class:CalendarTest
916 CalendarTest::verify765(const UnicodeString& msg\/*, IllegalArgumentException e*\/, UErrorCode status) function in class:CalendarTest
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 539 verify765("1997 third day of June = ", c, 1997, Calendar.JUNE, 3);
546 verify765("1997 first Tuesday in June = ", c, 1997, Calendar.JUNE, 3);
553 verify765("1997 last Tuesday in June = ", c, 1997, Calendar.JUNE, 24);
567 verify765("1997 zero-th Tuesday in June = ", e, c);
574 verify765("1997 Tuesday in week 1 of June = ", c, 1997, Calendar.JUNE, 3);
581 verify765("1997 Tuesday in week 5 of June = ", c, 1997, Calendar.JULY, 1);
594 verify765("1997 Tuesday in week 0 of June = ", e, c);
600 verify765("1997 Tuesday in week 1 of year = ", c, 1996, Calendar.DECEMBER, 31);
606 verify765("1997 Tuesday in week 10 of year = ", c, 1997, Calendar.MARCH, 4);
619 verify765("1997 Tuesday in week 0 of year = ", e, c)
621 void verify765(String msg, Calendar c, int year, int month, int day) { method in class:CompatibilityTest
638 void verify765(String msg, IllegalArgumentException e, Calendar c) { method in class:CompatibilityTest
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 536 verify765("1997 third day of June = ", c, 1997, Calendar.JUNE, 3);
543 verify765("1997 first Tuesday in June = ", c, 1997, Calendar.JUNE, 3);
550 verify765("1997 last Tuesday in June = ", c, 1997, Calendar.JUNE, 24);
564 verify765("1997 zero-th Tuesday in June = ", e, c);
571 verify765("1997 Tuesday in week 1 of June = ", c, 1997, Calendar.JUNE, 3);
578 verify765("1997 Tuesday in week 5 of June = ", c, 1997, Calendar.JULY, 1);
591 verify765("1997 Tuesday in week 0 of June = ", e, c);
597 verify765("1997 Tuesday in week 1 of year = ", c, 1996, Calendar.DECEMBER, 31);
603 verify765("1997 Tuesday in week 10 of year = ", c, 1997, Calendar.MARCH, 4);
616 verify765("1997 Tuesday in week 0 of year = ", e, c)
618 void verify765(String msg, Calendar c, int year, int month, int day) { method in class:CompatibilityTest
635 void verify765(String msg, IllegalArgumentException e, Calendar c) { method in class:CompatibilityTest
    [all...]

Completed in 231 milliseconds