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

12

/external/chromium_org/third_party/icu/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.cpp290 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status);
H A Dlistformatter.cpp157 const UChar* ustr = ures_getStringByKeyWithFallback(rb, key, &len, &errorCode);
H A Dlocdispnames.cpp515 separator=ures_getStringByKeyWithFallback(dspbundle, _kSeparator, &sepLen, &status);
516 pattern=ures_getStringByKeyWithFallback(dspbundle, _kPattern, &patLen, &status);
/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.cpp290 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.cpp212 const UChar* ustr = ures_getStringByKeyWithFallback(rb, key, &len, &errorCode);
/external/chromium_org/third_party/icu/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.cpp262 sym = ures_getStringByKeyWithFallback(nonLatnSymbols.getAlias(),
268 sym = ures_getStringByKeyWithFallback(latnSymbols.getAlias(),
272 sym = ures_getStringByKeyWithFallback(latnSymbols.getAlias(),
H A Dnumsys.cpp134 const UChar *nsName = ures_getStringByKeyWithFallback(numberElementsRes, buffer, &count, &localStatus);
H A Dnumfmt.cpp1302 const UChar *patResStr = ures_getStringByKeyWithFallback(resource, gFormatKeys[style], &patLen, &status);
1309 patResStr = ures_getStringByKeyWithFallback(resource, gFormatKeys[style], &patLen, &status);
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 Dtznames_impl.cpp578 const UChar *value = ures_getStringByKeyWithFallback(rbTable, KEYS[i], &len, &status);
645 locationName = ures_getStringByKeyWithFallback(table, gEcTag, &len, &status);
/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.cpp262 sym = ures_getStringByKeyWithFallback(nonLatnSymbols.getAlias(),
268 sym = ures_getStringByKeyWithFallback(latnSymbols.getAlias(),
272 sym = ures_getStringByKeyWithFallback(latnSymbols.getAlias(),
H A Dnumsys.cpp134 const UChar *nsName = ures_getStringByKeyWithFallback(numberElementsRes, buffer, &count, &localStatus);
H A Dnumfmt.cpp1429 const UChar *patResStr = ures_getStringByKeyWithFallback(resource, gFormatKeys[style], &patLen, &status);
1436 patResStr = ures_getStringByKeyWithFallback(resource, gFormatKeys[style], &patLen, &status);
H A Ddtitvinf.cpp261 resStr = ures_getStringByKeyWithFallback(itvDtPtnResource,
H A Dreldatefmt.cpp90 const UChar *resStr = ures_getStringByKeyWithFallback(
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 Dtznames_impl.cpp578 const UChar *value = ures_getStringByKeyWithFallback(rbTable, KEYS[i], &len, &status);
645 locationName = ures_getStringByKeyWithFallback(table, gEcTag, &len, &status);

Completed in 330 milliseconds

12