Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcalendar.cpp182 typedef enum ECalType { enum
202 } ECalType; typedef
227 static ECalType getCalendarType(const char *s) { in getCalendarType()
230 return (ECalType)i; in getCalendarType()
242 ECalType calType = getCalendarType(keyword); in isStandardSupportedKeyword()
262 static ECalType getCalendarTypeForLocale(const char *locid) { in getCalendarTypeForLocale()
264 ECalType calType = CALTYPE_UNKNOWN; in getCalendarTypeForLocale()
329 static Calendar *createStandardCalendar(ECalType calType, const Locale &loc, UErrorCode& status) { in createStandardCalendar()
1270 ECalType type = getCalendarType(getType()); in getRelatedYear()
1330 ECalType type = getCalendarType(getType()); in setRelatedYear()