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()
1046 final String[] calTypes = { in TestJB4541() local1054 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()
1049 final String[] calTypes = { in TestJB4541() local1057 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()