Home
last modified time | relevance | path

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

/external/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()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1046 final String[] calTypes = { in TestJB4541() local
1054 for (int i = 0; i < calTypes.length; ++i) { in TestJB4541()
1055 ULocale aLoc = loc.setKeywordValue("calendar", calTypes[i]); in TestJB4541()
1065 assertEquals("calendar types", cal.getType(), calTypes[i]); in TestJB4541()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java1049 final String[] calTypes = { in TestJB4541() local
1057 for (int i = 0; i < calTypes.length; ++i) { in TestJB4541()
1058 ULocale aLoc = loc.setKeywordValue("calendar", calTypes[i]); in TestJB4541()
1068 assertEquals("calendar types", cal.getType(), calTypes[i]); in TestJB4541()