Home
last modified time | relevance | path

Searched refs:getDisplayNames (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTestSample.java61 Map names = HelloService.getDisplayNames(ULocale.US); in display()
189 public static Map getDisplayNames(ULocale locale) { in getDisplayNames() method in ICUServiceTestSample.HelloService
190 return getDisplayNames(registry(), locale); in getDisplayNames()
211 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() method in ICUServiceTestSample.HelloService
213 return service.getDisplayNames(locale, col, null); in getDisplayNames()
DICUServiceTest.java72 public SortedMap getDisplayNames(ICUService service) { in getDisplayNames() method in ICUServiceTest
75 return service.getDisplayNames(locale, col, null); in getDisplayNames()
83 public SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() method in ICUServiceTest
85 return service.getDisplayNames(locale, col, null); in getDisplayNames()
92 public SortedMap getDisplayNames(ICUService service, ULocale locale, String matchID) { in getDisplayNames() method in ICUServiceTest
94 return service.getDisplayNames(locale, col, matchID); in getDisplayNames()
259 Map dids = getDisplayNames(service, ULocale.GERMANY); in TestAPI()
290 Map dids = getDisplayNames(service); in TestAPI()
416 logln("display names: " + getDisplayNames(service, new ULocale("es"), "es")); in TestAPI()
422 service.getDisplayNames(ULocale.US, new Comparator() { in TestAPI()
[all …]
DICUServiceThreadTest.java83 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() method in ICUServiceThreadTest
92 return service.getDisplayNames(locale, col, null); in getDisplayNames()
287 Map names = getDisplayNames(service,locale); in iterate()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUService.java660 public SortedMap<String, String> getDisplayNames() { in getDisplayNames() method in ICUService
662 return getDisplayNames(locale, null, null); in getDisplayNames()
669 public SortedMap<String, String> getDisplayNames(ULocale locale) { in getDisplayNames() method in ICUService
670 return getDisplayNames(locale, null, null); in getDisplayNames()
677 public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com) { in getDisplayNames() method in ICUService
678 return getDisplayNames(locale, com, null); in getDisplayNames()
685 public SortedMap<String, String> getDisplayNames(ULocale locale, String matchID) { in getDisplayNames() method in ICUService
686 return getDisplayNames(locale, null, matchID); in getDisplayNames()
699 …public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com, String ma… in getDisplayNames() method in ICUService
/external/icu/icu4c/source/common/
Dserv.h719 UVector& getDisplayNames(UVector& result, UErrorCode& status) const;
730 UVector& getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const;
755 UVector& getDisplayNames(UVector& result,
Dserv.cpp724 ICUService::getDisplayNames(UVector& result, UErrorCode& status) const in getDisplayNames() function in ICUService
726 return getDisplayNames(result, Locale::getDefault(), NULL, status); in getDisplayNames()
731 ICUService::getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const in getDisplayNames() function in ICUService
733 return getDisplayNames(result, locale, NULL, status); in getDisplayNames()
737 ICUService::getDisplayNames(UVector& result, in getDisplayNames() function in ICUService
/external/icu/icu4c/source/test/intltest/
Dicusvtst.cpp703 service.getDisplayNames(names, status); in testAPI_Two()
743 service.getDisplayNames(names, Locale("es"), status); in testAPI_Two()
914 service.getDisplayNames(names, Locale::getGermany(), status); in testRBF()
940 service.getDisplayNames(names, idNames[i], status); in testRBF()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DCalendarICU.java133 public Map<String,Integer> getDisplayNames(int field, int style, Locale locale) { in getDisplayNames() method in CalendarICU
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...