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

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dlistformatter.cpp48 static void getStringByKey(const UResourceBundle* rb, const char* key, UnicodeString& result, UErrorCode& errorCode);
120 getStringByKey(rb, "2", two, errorCode);
121 getStringByKey(rb, "start", start, errorCode);
122 getStringByKey(rb, "middle", middle, errorCode);
123 getStringByKey(rb, "end", end, errorCode);
136 static void getStringByKey(const UResourceBundle* rb, const char* key, UnicodeString& result, UErrorCode& errorCode) { function

Completed in 62 milliseconds