Home | History | Annotate | Download | only in common

Lines Matching full:stringpair

397  * <p>A StringPair holds a displayName/ID pair.  ICUService uses it
400 class U_COMMON_API StringPair : public UMemory {
418 * @return a StringPair if the creation was successful, otherwise NULL.
420 static StringPair* create(const UnicodeString& displayName,
431 StringPair(const UnicodeString& displayName, const UnicodeString& id);