Searched defs:ECalType (Results 1 - 1 of 1) sorted by relevance

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

Completed in 768 milliseconds