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

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

Completed in 1445 milliseconds