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

/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp178 typedef enum ECalType { enum
198 } ECalType; typedef in typeref:enum:ECalType
202 static ECalType getCalendarType(const char *s) {
205 return (ECalType)i;
215 ECalType calType = getCalendarType(keyword);
233 static ECalType getCalendarTypeForLocale(const char *locid) {
235 ECalType calType = CALTYPE_UNKNOWN;
307 static Calendar *createStandardCalendar(ECalType calType, const Locale &loc, UErrorCode& status) {
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp178 typedef enum ECalType { enum
198 } ECalType; typedef in typeref:enum:ECalType
202 static ECalType getCalendarType(const char *s) {
205 return (ECalType)i;
215 ECalType calType = getCalendarType(keyword);
233 static ECalType getCalendarTypeForLocale(const char *locid) {
235 ECalType calType = CALTYPE_UNKNOWN;
307 static Calendar *createStandardCalendar(ECalType calType, const Locale &loc, UErrorCode& status) {
1198 ECalType type = getCalendarType(getType());
1258 ECalType typ
[all...]

Completed in 64 milliseconds