Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCompatibilityTest.java533 verify765("1997 third day of June = ", c, 1997, Calendar.JUNE, 3); in TestDisambiguation765()
540 verify765("1997 first Tuesday in June = ", c, 1997, Calendar.JUNE, 3); in TestDisambiguation765()
547 verify765("1997 last Tuesday in June = ", c, 1997, Calendar.JUNE, 24); in TestDisambiguation765()
561 verify765("1997 zero-th Tuesday in June = ", e, c); in TestDisambiguation765()
568 verify765("1997 Tuesday in week 1 of June = ", c, 1997, Calendar.JUNE, 3); in TestDisambiguation765()
575 verify765("1997 Tuesday in week 5 of June = ", c, 1997, Calendar.JULY, 1); in TestDisambiguation765()
588 verify765("1997 Tuesday in week 0 of June = ", e, c); in TestDisambiguation765()
594 verify765("1997 Tuesday in week 1 of year = ", c, 1996, Calendar.DECEMBER, 31); in TestDisambiguation765()
600 verify765("1997 Tuesday in week 10 of year = ", c, 1997, Calendar.MARCH, 4); in TestDisambiguation765()
613 verify765("1997 Tuesday in week 0 of year = ", e, c); in TestDisambiguation765()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCompatibilityTest.java532 verify765("1997 third day of June = ", c, 1997, Calendar.JUNE, 3); in TestDisambiguation765()
539 verify765("1997 first Tuesday in June = ", c, 1997, Calendar.JUNE, 3); in TestDisambiguation765()
546 verify765("1997 last Tuesday in June = ", c, 1997, Calendar.JUNE, 24); in TestDisambiguation765()
560 verify765("1997 zero-th Tuesday in June = ", e, c); in TestDisambiguation765()
567 verify765("1997 Tuesday in week 1 of June = ", c, 1997, Calendar.JUNE, 3); in TestDisambiguation765()
574 verify765("1997 Tuesday in week 5 of June = ", c, 1997, Calendar.JULY, 1); in TestDisambiguation765()
587 verify765("1997 Tuesday in week 0 of June = ", e, c); in TestDisambiguation765()
593 verify765("1997 Tuesday in week 1 of year = ", c, 1996, Calendar.DECEMBER, 31); in TestDisambiguation765()
599 verify765("1997 Tuesday in week 10 of year = ", c, 1997, Calendar.MARCH, 4); in TestDisambiguation765()
612 verify765("1997 Tuesday in week 0 of year = ", e, c); in TestDisambiguation765()
[all …]
/external/icu/icu4c/source/test/intltest/
Dcaltest.h63 …virtual void verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t…
67 …virtual void verify765(const UnicodeString& msg/*, IllegalArgumentException e*/, UErrorCode status…
Dcaltest.cpp799 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765()
805 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765()
811 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24); in TestDisambiguation765()
820 verify765("1997 zero-th Tuesday in June = ", status); in TestDisambiguation765()
827 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765()
833 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1); in TestDisambiguation765()
843 verify765("1997 Tuesday in week 0 of June = ", status); in TestDisambiguation765()
859 verify765("1997 Tuesday in week 1 of yearWOY = ", c, 1996, UCAL_DECEMBER, 31); in TestDisambiguation765()
865 verify765("1997 Tuesday in week 1 of year = ", c, 1997, UCAL_DECEMBER, 30); in TestDisambiguation765()
870 verify765("1997 Tuesday in week 10 of year = ", c, 1997, UCAL_MARCH, 4); in TestDisambiguation765()
[all …]