Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dwindttst.cpp48 static const char *getCalendarType(int32_t type) in getCalendarType() function
150 uprv_strcat(localeID, getCalendarType(calType)); in testLocales()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarUtil.java41 public static String getCalendarType(ULocale loc) { in getCalendarType() method in CalendarUtil
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarUtil.java43 public static String getCalendarType(ULocale loc) { in getCalendarType() method in CalendarUtil
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DEthiopicCalendar.java402 String localeCalType = CalendarUtil.getCalendarType(locale); in setCalcTypeForLocale()
DIslamicCalendar.java992 String localeCalType = CalendarUtil.getCalendarType(locale); in setCalcTypeForLocale()
DCalendar.java1785 String s = CalendarUtil.getCalendarType(l); in getCalendarTypeForLocale()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DEthiopicCalendar.java376 String localeCalType = CalendarUtil.getCalendarType(locale); in setCalcTypeForLocale()
DIslamicCalendar.java949 String localeCalType = CalendarUtil.getCalendarType(locale); in setCalcTypeForLocale()
DCalendar.java1714 String s = CalendarUtil.getCalendarType(l); in getCalendarTypeForLocale()
/external/icu/icu4c/source/i18n/
Dcalendar.cpp227 static ECalType getCalendarType(const char *s) { in getCalendarType() function
242 ECalType calType = getCalendarType(keyword); in isStandardSupportedKeyword()
285 calType = getCalendarType(calTypeBuf); in getCalendarTypeForLocale()
317 calType = getCalendarType(calTypeBuf); in getCalendarTypeForLocale()
473 return createStandardCalendar(getCalendarType(keyword), canLoc, status); in create()
1286 ECalType type = getCalendarType(getType()); in getRelatedYear()
1346 ECalType type = getCalendarType(getType()); in setRelatedYear()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java249 initializeData(locale, CalendarUtil.getCalendarType(locale)); in DateFormatSymbols()
2214 initializeData(locale, (ICUResourceBundle) bundle, CalendarUtil.getCalendarType(locale)); in DateFormatSymbols()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java256 initializeData(locale, CalendarUtil.getCalendarType(locale)); in DateFormatSymbols()
2262 initializeData(locale, (ICUResourceBundle) bundle, CalendarUtil.getCalendarType(locale)); in DateFormatSymbols()