Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dcalendar.cpp159 typedef enum ECalType { enum
174 } ECalType; typedef
178 static ECalType getCalendarType(const char *s) { in getCalendarType()
181 return (ECalType)i; in getCalendarType()
191 ECalType calType = getCalendarType(keyword); in isStandardSupportedKeyword()
209 static ECalType getCalendarTypeForLocale(const char *locid) { in getCalendarTypeForLocale()
211 ECalType calType = CALTYPE_UNKNOWN; in getCalendarTypeForLocale()
284 static Calendar *createStandardCalendar(ECalType calType, const Locale &loc, UErrorCode& status) { in createStandardCalendar()