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

/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp262 static ECalType getCalendarTypeForLocale(const char *locid) { function
493 ret->append(UnicodeString(gCalTypes[getCalendarTypeForLocale(loc.getName())], -1, US_INV));
884 u = createStandardCalendar(getCalendarTypeForLocale(aLocale.getName()), aLocale, success);
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCalendar.java1742 private static CalType getCalendarTypeForLocale(ULocale l) { method in class:Calendar
1758 CalType calType = getCalendarTypeForLocale(locale);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java1813 private static CalType getCalendarTypeForLocale(ULocale l) { method in class:Calendar
1829 CalType calType = getCalendarTypeForLocale(locale);

Completed in 2639 milliseconds