Searched defs:matchID (Results 1 - 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DICUServiceTest.java70 * the matchID.
81 * sort the display names, and null for the matchID.
92 public SortedMap getDisplayNames(ICUService service, ULocale locale, String matchID) { argument
94 return service.getDisplayNames(locale, col, matchID);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceTest.java69 * the matchID.
80 * sort the display names, and null for the matchID.
91 public SortedMap getDisplayNames(ICUService service, ULocale locale, String matchID) { argument
93 return service.getDisplayNames(locale, col, matchID);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUService.java562 * <p>matchID is passed to createKey to create a key. If the
566 public Set<String> getVisibleIDs(String matchID) { argument
569 Key fallbackKey = createKey(matchID);
641 * the comparator, and null for the matchID.
650 * uses null for the comparator, and null for the matchID.
658 * uses null for the matchID, thus returning all display names.
668 public SortedMap<String, String> getDisplayNames(ULocale locale, String matchID) { argument
669 return getDisplayNames(locale, null, matchID);
682 public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com, String matchID) { argument
713 Key matchKey = createKey(matchID);
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUService.java560 * <p>matchID is passed to createKey to create a key. If the
564 public Set<String> getVisibleIDs(String matchID) { argument
567 Key fallbackKey = createKey(matchID);
639 * the comparator, and null for the matchID.
648 * uses null for the comparator, and null for the matchID.
656 * uses null for the matchID, thus returning all display names.
666 public SortedMap<String, String> getDisplayNames(ULocale locale, String matchID) { argument
667 return getDisplayNames(locale, null, matchID);
680 public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com, String matchID) { argument
711 Key matchKey = createKey(matchID);
[all...]
/external/icu/icu4c/source/common/
H A Dserv.cpp610 ICUService::getVisibleIDs(UVector& result, const UnicodeString* matchID, UErrorCode& status) const argument
622 ICUServiceKey* fallbackKey = createKey(matchID, status);
741 const UnicodeString* matchID,
788 ICUServiceKey* matchKey = createKey(matchID, status);
739 getDisplayNames(UVector& result, const Locale& locale, const UnicodeString* matchID, UErrorCode& status) const argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 212 milliseconds