Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocresdata.cpp93 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode); in uloc_getTableStringWithFallback()
106 … item = ures_getStringByKeyWithFallback(&table, replacement, pLength, &errorCode); in uloc_getTableStringWithFallback()
125 fallbackLocale = ures_getStringByKeyWithFallback(&table, "Fallback", &len, &errorCode); in uloc_getTableStringWithFallback()
Duresimp.h222 ures_getStringByKeyWithFallback(const UResourceBundle *resB,
Dbrkeng.cpp235 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status); in loadDictionaryMatcherFor()
Dlocdispnames.cpp517 separator=ures_getStringByKeyWithFallback(dspbundle, _kSeparator, &sepLen, &status); in uloc_getDisplayName()
518 pattern=ures_getStringByKeyWithFallback(dspbundle, _kPattern, &patLen, &status); in uloc_getDisplayName()
Ducurr.cpp742 s = ures_getStringByKeyWithFallback(rb.getAlias(), key.data(), len, &ec2); in ucurr_getName()
817 s = ures_getStringByKeyWithFallback(rb, pluralCount, len, &ec2); in ucurr_getPluralName()
821 s = ures_getStringByKeyWithFallback(rb, "other", len, &ec2); in ucurr_getPluralName()
Duresbund.cpp1777 ures_getStringByKeyWithFallback(const UResourceBundle *resB, in ures_getStringByKeyWithFallback() function
/external/icu/icu4c/source/i18n/
Dcurrpinf.cpp292 …const UChar* numberStylePattern = ures_getStringByKeyWithFallback(rb.getAlias(), gDecimalFormatTag… in setupCurrencyPluralPattern()
298 …numberStylePattern = ures_getStringByKeyWithFallback(rb.getAlias(), gDecimalFormatTag, &ptnLen, &e… in setupCurrencyPluralPattern()
338 …const UChar* patternChars = ures_getStringByKeyWithFallback(currencyRes.getAlias(), pluralCount, &… in setupCurrencyPluralPattern()
Dnumber_grouping.cpp23 const char16_t* result = ures_getStringByKeyWithFallback( in getMinGroupingForLocale()
Dnumber_utils.cpp46 return ures_getStringByKeyWithFallback(res, key.data(), nullptr, &localStatus); in doGetPattern()
Dnumsys.cpp150 …const UChar *nsName = ures_getStringByKeyWithFallback(numberElementsRes.getAlias(), buffer, &count… in createInstance()
Dnumber_longnames.cpp149 …const UChar* ptr = ures_getStringByKeyWithFallback(unitsBundle.getAlias(), key.data(), &len, &stat… in getPerUnitFormat()
Dtzgnames.cpp371 …const UChar *regionPattern = ures_getStringByKeyWithFallback(zoneStrings, gRegionFormatTag, NULL, … in initialize()
376 …const UChar *fallbackPattern = ures_getStringByKeyWithFallback(zoneStrings, gFallbackFormatTag, NU… in initialize()
Dnumrange_impl.cpp126 …const UChar* set = ures_getStringByKeyWithFallback(rb.getAlias(), dataPath.data(), &setLen, &inter… in getPluralRangesData()
Ddtitvinf.cpp425 resStr = ures_getStringByKeyWithFallback(itvDtPtnResource, gFallbackPatternTag, in initializeData()
Dtzfmt.cpp356 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtFormatTag, &len, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
360 … resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtZeroFormatTag, &len, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
364 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gHourFormatTag, &len, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dtmutfmt.cpp572 …pattern = ures_getStringByKeyWithFallback(countsToPatternRB.getAlias(), searchPluralCount, &ptLeng… in searchInLocaleChain()
Dreldatefmt.cpp181 const UChar *resStr = ures_getStringByKeyWithFallback( in getStringWithFallback()
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c2036ures_getStringByKeyWithFallback(theBundle, "string_in_te_no_te_IN_fallback", &unused_len, &status); in TestPreventFallback()
2044 ures_getStringByKeyWithFallback(theBundle, "string_only_in_te", &unused_len, &status); in TestPreventFallback()
2059ures_getStringByKeyWithFallback(theBundle, "string_in_te_no_te_IN_fallback", &unused_len, &status); in TestPreventFallback()
/external/icu/libandroidicu/include/unicode/
Durename.h1530 #define ures_getStringByKeyWithFallback U_ICU_ENTRY_POINT_RENAME(ures_getStringByKeyWithFallback) macro
/external/icu/icu4c/source/common/unicode/
Durename.h1530 #define ures_getStringByKeyWithFallback U_ICU_ENTRY_POINT_RENAME(ures_getStringByKeyWithFallback) macro