Lines Matching refs:displayName
402 * <p>A StringPair holds a displayName/ID pair. ICUService uses it
410 const UnicodeString displayName;
418 * <p>Creates a string pair from a displayName and an ID.</p>
420 * @param displayName the displayName.
425 static StringPair* create(const UnicodeString& displayName,
436 StringPair(const UnicodeString& displayName, const UnicodeString& id);
694 * @param id the ID for which to retrieve the localized displayName.
705 * @param id the ID for which to retrieve the localized displayName.
717 * @param result a vector to hold the returned displayName/id StringPairs.
727 * @param result a vector to hold the returned displayName/id StringPairs.
744 * contain both the displayName and the corresponding ID. The
752 * @param result a vector to hold the returned displayName/id StringPairs.