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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 529 verify765("1997 third day of June = ", c, 1997, Calendar.JUNE, 3);
536 verify765("1997 first Tuesday in June = ", c, 1997, Calendar.JUNE, 3);
543 verify765("1997 last Tuesday in June = ", c, 1997, Calendar.JUNE, 24);
557 verify765("1997 zero-th Tuesday in June = ", e, c);
564 verify765("1997 Tuesday in week 1 of June = ", c, 1997, Calendar.JUNE, 3);
571 verify765("1997 Tuesday in week 5 of June = ", c, 1997, Calendar.JULY, 1);
584 verify765("1997 Tuesday in week 0 of June = ", e, c);
590 verify765("1997 Tuesday in week 1 of year = ", c, 1996, Calendar.DECEMBER, 31);
596 verify765("1997 Tuesday in week 10 of year = ", c, 1997, Calendar.MARCH, 4);
609 verify765("1997 Tuesday in week 0 of year = ", e, c)
611 void verify765(String msg, Calendar c, int year, int month, int day) { method in class:CompatibilityTest
628 void verify765(String msg, IllegalArgumentException e, Calendar c) { method in class:CompatibilityTest
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 790 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3);
796 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3);
802 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24);
811 verify765("1997 zero-th Tuesday in June = ", status);
818 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3);
824 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1);
834 verify765("1997 Tuesday in week 0 of June = ", status);
850 verify765("1997 Tuesday in week 1 of yearWOY = ", c, 1996, UCAL_DECEMBER, 31);
856 verify765("1997 Tuesday in week 1 of year = ", c, 1997, UCAL_DECEMBER, 30);
861 verify765("1997 Tuesday in week 10 of year = ", c, 1997, UCAL_MARCH, 4)
883 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day) function in class:CalendarTest
907 CalendarTest::verify765(const UnicodeString& msg\/*, IllegalArgumentException e*\/, UErrorCode status) function in class:CalendarTest
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 525 verify765("1997 third day of June = ", c, 1997, Calendar.JUNE, 3);
532 verify765("1997 first Tuesday in June = ", c, 1997, Calendar.JUNE, 3);
539 verify765("1997 last Tuesday in June = ", c, 1997, Calendar.JUNE, 24);
553 verify765("1997 zero-th Tuesday in June = ", e, c);
560 verify765("1997 Tuesday in week 1 of June = ", c, 1997, Calendar.JUNE, 3);
567 verify765("1997 Tuesday in week 5 of June = ", c, 1997, Calendar.JULY, 1);
580 verify765("1997 Tuesday in week 0 of June = ", e, c);
586 verify765("1997 Tuesday in week 1 of year = ", c, 1996, Calendar.DECEMBER, 31);
592 verify765("1997 Tuesday in week 10 of year = ", c, 1997, Calendar.MARCH, 4);
605 verify765("1997 Tuesday in week 0 of year = ", e, c)
607 void verify765(String msg, Calendar c, int year, int month, int day) { method in class:CompatibilityTest
624 void verify765(String msg, IllegalArgumentException e, Calendar c) { method in class:CompatibilityTest
    [all...]

Completed in 47 milliseconds