Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcalendar.cpp183 typedef enum ECalType { enum
203 } ECalType; typedef
228 static ECalType getCalendarType(const char *s) { in getCalendarType()
231 return (ECalType)i; in getCalendarType()
241 ECalType calType = getCalendarType(keyword); in isStandardSupportedKeyword()
259 static ECalType getCalendarTypeForLocale(const char *locid) { in getCalendarTypeForLocale()
261 ECalType calType = CALTYPE_UNKNOWN; in getCalendarTypeForLocale()
326 static Calendar *createStandardCalendar(ECalType calType, const Locale &loc, UErrorCode& status) { in createStandardCalendar()
1259 ECalType type = getCalendarType(getType()); in getRelatedYear()
1319 ECalType type = getCalendarType(getType()); in setRelatedYear()