Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalInfo.java444 nextCalendarType = getCalendarTypeFromPath(value.getAliasString()); in put()
504 private String getCalendarTypeFromPath(String path) { in getCalendarTypeFromPath() method in DateIntervalInfo.DateIntervalSink
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalInfo.java454 nextCalendarType = getCalendarTypeFromPath(value.getAliasString()); in put()
514 private String getCalendarTypeFromPath(String path) { in getCalendarTypeFromPath() method in DateIntervalInfo.DateIntervalSink
/external/icu/icu4c/source/i18n/
Ddtitvinf.cpp258 getCalendarTypeFromPath(aliasPath, nextCalendarType, errorCode); in put()
309 static void getCalendarTypeFromPath(const UnicodeString &path, UnicodeString &calendarType, in getCalendarTypeFromPath() function