Home
last modified time | relevance | path

Searched refs:calTypes (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Derarulestest.cpp27 const char * calTypes[] = { in testAPIs() local
50 for (int32_t i = 0; calTypes[i] != NULL; i++) { in testAPIs()
52 const char *calId = calTypes[i]; in testAPIs()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DIBMCalendarTest.java1044 final String[] calTypes = { in TestJB4541() local
1052 for (int i = 0; i < calTypes.length; ++i) { in TestJB4541()
1053 ULocale aLoc = loc.setKeywordValue("calendar", calTypes[i]); in TestJB4541()
1063 assertEquals("calendar types", cal.getType(), calTypes[i]); in TestJB4541()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1044 final String[] calTypes = { in TestJB4541() local
1052 for (int i = 0; i < calTypes.length; ++i) { in TestJB4541()
1053 ULocale aLoc = loc.setKeywordValue("calendar", calTypes[i]); in TestJB4541()
1063 assertEquals("calendar types", cal.getType(), calTypes[i]); in TestJB4541()