Searched refs:getStringByKey (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | listformatter.cpp | 83 static void getStringByKey( 186 getStringByKey(rb, "2", two, errorCode); in loadListFormatInternal() 187 getStringByKey(rb, "start", start, errorCode); in loadListFormatInternal() 188 getStringByKey(rb, "middle", middle, errorCode); in loadListFormatInternal() 189 getStringByKey(rb, "end", end, errorCode); in loadListFormatInternal() 202 static void getStringByKey(const UResourceBundle* rb, const char* key, UnicodeString& result, UErro… in getStringByKey() function
|