Searched refs:matchID (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUService.java561 * <p>matchID is passed to createKey to create a key. If the
565 public Set<String> getVisibleIDs(String matchID) { argument
568 Key fallbackKey = createKey(matchID);
658 * the comparator, and null for the matchID.
667 * uses null for the comparator, and null for the matchID.
675 * uses null for the matchID, thus returning all display names.
685 public SortedMap<String, String> getDisplayNames(ULocale locale, String matchID) { argument
686 return getDisplayNames(locale, null, matchID);
699 public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com, String matchID) { argument
730 Key matchKey = createKey(matchID);
[all...]
/external/icu/icu4c/source/common/
H A Dserv.h677 * <p>matchID is passed to createKey to create a key. If the key
682 * @param matchID an ID used to filter the result, or NULL if all IDs are desired.
686 UVector& getVisibleIDs(UVector& result, const UnicodeString* matchID, UErrorCode& status) const;
713 * the matchID.</p>
723 * uses NULL for the matchID.</p>
746 * <p>matchID is passed to createKey to create a key. If the key
752 * @param matchID an ID used to filter the result, or NULL if all IDs are desired.
757 const UnicodeString* matchID,
H A Dserv.cpp608 ICUService::getVisibleIDs(UVector& result, const UnicodeString* matchID, UErrorCode& status) const argument
620 ICUServiceKey* fallbackKey = createKey(matchID, status);
739 const UnicodeString* matchID,
786 ICUServiceKey* matchKey = createKey(matchID, status);
737 getDisplayNames(UVector& result, const Locale& locale, const UnicodeString* matchID, UErrorCode& status) const argument
/external/icu/icu4j/main/tests/core/src/com/ibm/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/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 659 milliseconds