Searched refs:gCalTypes (Results 1 – 1 of 1) sorted by relevance
157 static const char * const gCalTypes[] = { variable226 for (int i = 0; gCalTypes[i] != NULL; i++) { in getCalendarType()227 if (uprv_stricmp(s, gCalTypes[i]) == 0) { in getCalendarType()427 for(int32_t i=0;gCalTypes[i] != NULL;i++) { in updateVisibleIDs()430 id.append(UnicodeString(gCalTypes[i], -1, US_INV)); in updateVisibleIDs()494 … ret->append(UnicodeString(gCalTypes[getCalendarTypeForLocale(loc.getName())], -1, US_INV)); in create()