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

/external/chromium/third_party/icu/source/common/
H A Dserv.h679 * <p>matchID is passed to createKey to create a key. If the key
684 * @param matchID an ID used to filter the result, or NULL if all IDs are desired.
688 UVector& getVisibleIDs(UVector& result, const UnicodeString* matchID, UErrorCode& status) const;
715 * the matchID.</p>
725 * uses NULL for the matchID.</p>
748 * <p>matchID is passed to createKey to create a key. If the key
754 * @param matchID an ID used to filter the result, or NULL if all IDs are desired.
759 const UnicodeString* matchID,
H A Dserv.cpp607 ICUService::getVisibleIDs(UVector& result, const UnicodeString* matchID, UErrorCode& status) const argument
620 ICUServiceKey* fallbackKey = createKey(matchID, status);
740 const UnicodeString* matchID,
786 ICUServiceKey* matchKey = createKey(matchID, status);
738 getDisplayNames(UVector& result, const Locale& locale, const UnicodeString* matchID, UErrorCode& status) const argument
/external/icu4c/common/
H A Dserv.h679 * <p>matchID is passed to createKey to create a key. If the key
684 * @param matchID an ID used to filter the result, or NULL if all IDs are desired.
688 UVector& getVisibleIDs(UVector& result, const UnicodeString* matchID, UErrorCode& status) const;
715 * the matchID.</p>
725 * uses NULL for the matchID.</p>
748 * <p>matchID is passed to createKey to create a key. If the key
754 * @param matchID an ID used to filter the result, or NULL if all IDs are desired.
759 const UnicodeString* matchID,
H A Dserv.cpp607 ICUService::getVisibleIDs(UVector& result, const UnicodeString* matchID, UErrorCode& status) const argument
620 ICUServiceKey* fallbackKey = createKey(matchID, status);
740 const UnicodeString* matchID,
786 ICUServiceKey* matchKey = createKey(matchID, status);
738 getDisplayNames(UVector& result, const Locale& locale, const UnicodeString* matchID, UErrorCode& status) const argument

Completed in 23 milliseconds