Home | History | Annotate | Download | only in common

Lines Matching refs:StringPair

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