Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcalendar.cpp180 typedef enum ECalType { enum
200 } ECalType; typedef
225 static ECalType getCalendarType(const char *s) { in getCalendarType()
228 return (ECalType)i; in getCalendarType()
238 ECalType calType = getCalendarType(keyword); in isStandardSupportedKeyword()
256 static ECalType getCalendarTypeForLocale(const char *locid) { in getCalendarTypeForLocale()
258 ECalType calType = CALTYPE_UNKNOWN; in getCalendarTypeForLocale()
330 static Calendar *createStandardCalendar(ECalType calType, const Locale &loc, UErrorCode& status) { in createStandardCalendar()
1261 ECalType type = getCalendarType(getType()); in getRelatedYear()
1321 ECalType type = getCalendarType(getType()); in setRelatedYear()