Home
last modified time | relevance | path

Searched defs:getDisplayNames (Results 1 – 17 of 17) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTestSample.java191 public static Map getDisplayNames(ULocale locale) { in getDisplayNames() method in ICUServiceTestSample.HelloService
213 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() method in ICUServiceTestSample.HelloService
DICUServiceTest.java74 public SortedMap getDisplayNames(ICUService service) { in getDisplayNames() method in ICUServiceTest
85 public SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() method in ICUServiceTest
94 public SortedMap getDisplayNames(ICUService service, ULocale locale, String matchID) { in getDisplayNames() method in ICUServiceTest
DICUServiceThreadTest.java73 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() method in ICUServiceThreadTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceTestSample.java194 public static Map getDisplayNames(ULocale locale) { in getDisplayNames() method in ICUServiceTestSample.HelloService
216 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() method in ICUServiceTestSample.HelloService
DICUServiceTest.java77 public SortedMap getDisplayNames(ICUService service) { in getDisplayNames() method in ICUServiceTest
88 public SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() method in ICUServiceTest
97 public SortedMap getDisplayNames(ICUService service, ULocale locale, String matchID) { in getDisplayNames() method in ICUServiceTest
DICUServiceThreadTest.java76 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() method in ICUServiceThreadTest
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUService.java646 public SortedMap<String, String> getDisplayNames() { in getDisplayNames() method in ICUService
655 public SortedMap<String, String> getDisplayNames(ULocale locale) { in getDisplayNames() method in ICUService
663 public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com) { in getDisplayNames() method in ICUService
671 public SortedMap<String, String> getDisplayNames(ULocale locale, String matchID) { in getDisplayNames() method in ICUService
685 …public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com, String ma… in getDisplayNames() method in ICUService
DTimeZoneNamesImpl.java262 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() method in TimeZoneNamesImpl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUService.java641 public SortedMap<String, String> getDisplayNames() { in getDisplayNames() method in ICUService
650 public SortedMap<String, String> getDisplayNames(ULocale locale) { in getDisplayNames() method in ICUService
658 public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com) { in getDisplayNames() method in ICUService
666 public SortedMap<String, String> getDisplayNames(ULocale locale, String matchID) { in getDisplayNames() method in ICUService
680 …public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com, String ma… in getDisplayNames() method in ICUService
DTimeZoneNamesImpl.java260 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() method in TimeZoneNamesImpl
/external/icu/icu4c/source/common/
Dserv.cpp725 ICUService::getDisplayNames(UVector& result, UErrorCode& status) const in getDisplayNames() function in ICUService
732 ICUService::getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const in getDisplayNames() function in ICUService
738 ICUService::getDisplayNames(UVector& result, in getDisplayNames() function in ICUService
/external/icu/icu4c/source/i18n/
Dtznames.cpp292 TimeZoneNamesDelegate::getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], … in getDisplayNames() function in TimeZoneNamesDelegate
356 TimeZoneNames::getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t … in getDisplayNames() function in TimeZoneNames
Dtznames_impl.cpp1593 void TimeZoneNamesImpl::getDisplayNames(const UnicodeString& tzID, in getDisplayNames() function in TimeZoneNamesImpl
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DCalendarICU.java135 public Map<String,Integer> getDisplayNames(int field, int style, Locale locale) { in getDisplayNames() method in CalendarICU
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java456 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() method in TimeZoneNames
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneNames.java423 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() method in TimeZoneNames
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRLocale.java56 public LocaleDisplayNames getDisplayNames() { in getDisplayNames() method in CLDRLocale.SimpleFormatter