Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlistformatter.cpp86 static void getStringByKey(
189 getStringByKey(rb, "2", two, errorCode); in loadListFormatInternal()
190 getStringByKey(rb, "start", start, errorCode); in loadListFormatInternal()
191 getStringByKey(rb, "middle", middle, errorCode); in loadListFormatInternal()
192 getStringByKey(rb, "end", end, errorCode); in loadListFormatInternal()
209 static void getStringByKey(const UResourceBundle* rb, const char* key, UnicodeString& result, UErro… in getStringByKey() function