Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dcalendar.cpp144 static const char * const gCalTypes[] = { variable
184 for (int i = 0; gCalTypes[i] != NULL; i++) { in getCalendarType()
185 if (uprv_stricmp(s, gCalTypes[i]) == 0) { in getCalendarType()
375 for(int32_t i=0;gCalTypes[i] != NULL;i++) { in updateVisibleIDs()
378 id.append(UnicodeString(gCalTypes[i], -1, US_INV)); in updateVisibleIDs()
440 … ret->append(UnicodeString(gCalTypes[getCalendarTypeForLocale(loc.getName())], -1, US_INV)); in create()