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

/external/icu4c/i18n/
H A Dcalendar.cpp144 static const char * const gCalTypes[] = { variable
162 // Must be in the order of gCalTypes above
184 for (int i = 0; gCalTypes[i] != NULL; i++) {
185 if (uprv_stricmp(s, gCalTypes[i]) == 0) {
375 for(int32_t i=0;gCalTypes[i] != NULL;i++) {
378 id.append(UnicodeString(gCalTypes[i], -1, US_INV));
440 ret->append(UnicodeString(gCalTypes[getCalendarTypeForLocale(loc.getName())], -1, US_INV));

Completed in 397 milliseconds