Searched refs:ECalType (Results 1 – 1 of 1) sorted by relevance
159 typedef enum ECalType { enum174 } ECalType; typedef178 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()