Home
last modified time | relevance | path

Searched refs:getCalendarTypeForLocale (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcalendar.cpp259 static ECalType getCalendarTypeForLocale(const char *locid) { in getCalendarTypeForLocale() function
490 … ret->append(UnicodeString(gCalTypes[getCalendarTypeForLocale(loc.getName())], -1, US_INV)); in create()
873 u = createStandardCalendar(getCalendarTypeForLocale(aLocale.getName()), aLocale, success); in makeInstance()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCalendar.java1737 private static CalType getCalendarTypeForLocale(ULocale l) { in getCalendarTypeForLocale() method in Calendar
1753 CalType calType = getCalendarTypeForLocale(locale); in createInstance()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java1808 private static CalType getCalendarTypeForLocale(ULocale l) { in getCalendarTypeForLocale() method in Calendar
1824 CalType calType = getCalendarTypeForLocale(locale); in createInstance()