Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dwindttst.cpp44 static const char *getCalendarType(int32_t type) in getCalendarType() function
128 uprv_strcat(localeID, getCalendarType(calType)); in testLocales()
/external/icu4c/i18n/
Dcalendar.cpp183 static ECalType getCalendarType(const char *s) { in getCalendarType() function
196 ECalType calType = getCalendarType(keyword); in isStandardSupportedKeyword()
235 calType = getCalendarType(calTypeBuf); in getCalendarTypeForLocale()
275 calType = getCalendarType(calTypeBuf); in getCalendarTypeForLocale()
415 return createStandardCalendar(getCalendarType(keyword), canLoc, status); in create()