HomeSort by relevance Sort by last modified time
    Searched refs:ECalType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
calendar.cpp 159 typedef enum ECalType {
174 } ECalType;
178 static ECalType getCalendarType(const char *s) {
181 return (ECalType)i;
191 ECalType calType = getCalendarType(keyword);
209 static ECalType getCalendarTypeForLocale(const char *locid) {
211 ECalType calType = CALTYPE_UNKNOWN;
284 static Calendar *createStandardCalendar(ECalType calType, const Locale &loc, UErrorCode& status) {
    [all...]
  /external/icu4c/i18n/
calendar.cpp 173 typedef enum ECalType {
190 } ECalType;
194 static ECalType getCalendarType(const char *s) {
197 return (ECalType)i;
207 ECalType calType = getCalendarType(keyword);
225 static ECalType getCalendarTypeForLocale(const char *locid) {
227 ECalType calType = CALTYPE_UNKNOWN;
299 static Calendar *createStandardCalendar(ECalType calType, const Locale &loc, UErrorCode& status) {
    [all...]

Completed in 50 milliseconds