Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dwindttst.cpp44 static const char *getCalendarType(int32_t type) in getCalendarType() function
128 uprv_strcat(localeID, getCalendarType(calType)); in testLocales()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarUtil.java42 public static String getCalendarType(ULocale loc) { in getCalendarType() method in CalendarUtil
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarUtil.java40 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.java1809 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.java1738 String s = CalendarUtil.getCalendarType(l); in getCalendarTypeForLocale()
/external/icu/icu4c/source/i18n/
Dcalendar.cpp228 static ECalType getCalendarType(const char *s) { in getCalendarType() function
241 ECalType calType = getCalendarType(keyword); in isStandardSupportedKeyword()
280 calType = getCalendarType(calTypeBuf); in getCalendarTypeForLocale()
312 calType = getCalendarType(calTypeBuf); in getCalendarTypeForLocale()
463 return createStandardCalendar(getCalendarType(keyword), canLoc, status); in create()
1259 ECalType type = getCalendarType(getType()); in getRelatedYear()
1319 ECalType type = getCalendarType(getType()); in setRelatedYear()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java250 initializeData(locale, CalendarUtil.getCalendarType(locale)); in DateFormatSymbols()
2308 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()
2355 initializeData(locale, (ICUResourceBundle) bundle, CalendarUtil.getCalendarType(locale)); in DateFormatSymbols()