Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocresdata.cpp91 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode); in uloc_getTableStringWithFallback()
104 … item = ures_getStringByKeyWithFallback(&table, replacement, pLength, &errorCode); in uloc_getTableStringWithFallback()
123 fallbackLocale = ures_getStringByKeyWithFallback(&table, "Fallback", &len, &errorCode); in uloc_getTableStringWithFallback()
Duresimp.h220 ures_getStringByKeyWithFallback(const UResourceBundle *resB,
Dbrkeng.cpp250 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status); in loadDictionaryMatcherFor()
Dlocdispnames.cpp515 separator=ures_getStringByKeyWithFallback(dspbundle, _kSeparator, &sepLen, &status); in uloc_getDisplayName()
516 pattern=ures_getStringByKeyWithFallback(dspbundle, _kPattern, &patLen, &status); in uloc_getDisplayName()
Dlistformatter.cpp209 const UChar* ustr = ures_getStringByKeyWithFallback(rb, key, &len, &errorCode); in getStringByKey()
Duresbund.cpp1742 ures_getStringByKeyWithFallback(const UResourceBundle *resB, in ures_getStringByKeyWithFallback() function
/external/icu/icu4c/source/i18n/
Dcurrpinf.cpp250 …const UChar* numberStylePattern = ures_getStringByKeyWithFallback(rb, gDecimalFormatTag, &ptnLen, … in setupCurrencyPluralPattern()
256 numberStylePattern = ures_getStringByKeyWithFallback(rb, gDecimalFormatTag, &ptnLen, &ec); in setupCurrencyPluralPattern()
297 const UChar* patternChars = ures_getStringByKeyWithFallback( in setupCurrencyPluralPattern()
Ddcfmtsym.cpp271 sym = ures_getStringByKeyWithFallback(nonLatnSymbols.getAlias(), in initialize()
277 sym = ures_getStringByKeyWithFallback(latnSymbols.getAlias(), in initialize()
281 sym = ures_getStringByKeyWithFallback(latnSymbols.getAlias(), in initialize()
Dnumsys.cpp134 …const UChar *nsName = ures_getStringByKeyWithFallback(numberElementsRes, buffer, &count, &localSta… in createInstance()
Ddecimfmt.cpp390 … const UChar *resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status); in construct()
396 resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status); in construct()
515 …const UChar *patResStr = ures_getStringByKeyWithFallback(resource, fgCurrencyFormat, &patLen, &er… in setupCurrencyAffixPatterns()
520 patResStr = ures_getStringByKeyWithFallback(resource, fgCurrencyFormat, &patLen, &error); in setupCurrencyAffixPatterns()
Dnumfmt.cpp1407 …const UChar *patResStr = ures_getStringByKeyWithFallback(resource, gFormatKeys[style], &patLen, &s… in makeInstance()
1414 … patResStr = ures_getStringByKeyWithFallback(resource, gFormatKeys[style], &patLen, &status); in makeInstance()
Dtzgnames.cpp370 …const UChar *regionPattern = ures_getStringByKeyWithFallback(zoneStrings, gRegionFormatTag, NULL, … in initialize()
375 …const UChar *fallbackPattern = ures_getStringByKeyWithFallback(zoneStrings, gFallbackFormatTag, NU… in initialize()
Ddtitvinf.cpp261 resStr = ures_getStringByKeyWithFallback(itvDtPtnResource, in initializeData()
Dreldatefmt.cpp78 const UChar *resStr = ures_getStringByKeyWithFallback( in getStringWithFallback()
Dtzfmt.cpp350 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtFormatTag, &len, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
354 … resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtZeroFormatTag, &len, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
358 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gHourFormatTag, &len, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dtznames_impl.cpp608 … const UChar *value = ures_getStringByKeyWithFallback(rbTable, KEYS[i], &len, &status); in loadData()
675 locationName = ures_getStringByKeyWithFallback(table, gEcTag, &len, &status); in createInstance()
Dtmutfmt.cpp564 …pattern = ures_getStringByKeyWithFallback(countsToPatternRB, searchPluralCount, &ptLength, &status… in searchInLocaleChain()
Ducurr.cpp811 s = ures_getStringByKeyWithFallback(rb, pluralCount, len, &ec2); in ucurr_getPluralName()
815 s = ures_getStringByKeyWithFallback(rb, "other", len, &ec2); in ucurr_getPluralName()
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c2031ures_getStringByKeyWithFallback(theBundle, "string_in_te_no_te_IN_fallback", &unused_len, &status); in TestPreventFallback()
2039 ures_getStringByKeyWithFallback(theBundle, "string_only_in_te", &unused_len, &status); in TestPreventFallback()
2054ures_getStringByKeyWithFallback(theBundle, "string_in_te_no_te_IN_fallback", &unused_len, &status); in TestPreventFallback()
/external/icu/icu4c/source/common/unicode/
Durename.h1472 #define ures_getStringByKeyWithFallback U_ICU_ENTRY_POINT_RENAME(ures_getStringByKeyWithFallback) macro