Searched refs:calTypes (Results 1 – 3 of 3) sorted by relevance
27 const char * calTypes[] = { in testAPIs() local50 for (int32_t i = 0; calTypes[i] != NULL; i++) { in testAPIs()52 const char *calId = calTypes[i]; in testAPIs()
1044 final String[] calTypes = { in TestJB4541() local1052 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()