HomeSort by relevance Sort by last modified time
    Searched refs:ures_getStringByKeyWithFallback (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/common/
locresdata.cpp 81 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);
uresimp.h 220 ures_getStringByKeyWithFallback(const UResourceBundle *resB,
brkeng.cpp 290 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status);
listformatter.cpp 157 const UChar* ustr = ures_getStringByKeyWithFallback(rb, key, &len, &errorCode);
locdispnames.cpp 515 separator=ures_getStringByKeyWithFallback(dspbundle, _kSeparator, &sepLen, &status);
516 pattern=ures_getStringByKeyWithFallback(dspbundle, _kPattern, &patLen, &status);
    [all...]
  /external/icu/icu4c/source/common/
locresdata.cpp 81 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);
uresimp.h 220 ures_getStringByKeyWithFallback(const UResourceBundle *resB,
brkeng.cpp 290 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status);
locdispnames.cpp 515 separator=ures_getStringByKeyWithFallback(dspbundle, _kSeparator, &sepLen, &status);
516 pattern=ures_getStringByKeyWithFallback(dspbundle, _kPattern, &patLen, &status);
    [all...]
listformatter.cpp 212 const UChar* ustr = ures_getStringByKeyWithFallback(rb, key, &len, &errorCode);
  /external/chromium_org/third_party/icu/source/i18n/
currpinf.cpp 250 const UChar* numberStylePattern = ures_getStringByKeyWithFallback(rb, gDecimalFormatTag, &ptnLen, &ec);
256 numberStylePattern = ures_getStringByKeyWithFallback(rb, gDecimalFormatTag, &ptnLen, &ec);
297 const UChar* patternChars = ures_getStringByKeyWithFallback(
dcfmtsym.cpp 262 sym = ures_getStringByKeyWithFallback(nonLatnSymbols.getAlias(),
268 sym = ures_getStringByKeyWithFallback(latnSymbols.getAlias(),
272 sym = ures_getStringByKeyWithFallback(latnSymbols.getAlias(),
numsys.cpp 134 const UChar *nsName = ures_getStringByKeyWithFallback(numberElementsRes, buffer, &count, &localStatus);
numfmt.cpp     [all...]
dtitvinf.cpp 261 resStr = ures_getStringByKeyWithFallback(itvDtPtnResource,
tzgnames.cpp 370 const UChar *regionPattern = ures_getStringByKeyWithFallback(zoneStrings, gRegionFormatTag, NULL, &tmpsts);
375 const UChar *fallbackPattern = ures_getStringByKeyWithFallback(zoneStrings, gFallbackFormatTag, NULL, &tmpsts);
    [all...]
tznames_impl.cpp 578 const UChar *value = ures_getStringByKeyWithFallback(rbTable, KEYS[i], &len, &status);
645 locationName = ures_getStringByKeyWithFallback(table, gEcTag, &len, &status);
    [all...]
  /external/icu/icu4c/source/i18n/
currpinf.cpp 250 const UChar* numberStylePattern = ures_getStringByKeyWithFallback(rb, gDecimalFormatTag, &ptnLen, &ec);
256 numberStylePattern = ures_getStringByKeyWithFallback(rb, gDecimalFormatTag, &ptnLen, &ec);
297 const UChar* patternChars = ures_getStringByKeyWithFallback(
dcfmtsym.cpp 262 sym = ures_getStringByKeyWithFallback(nonLatnSymbols.getAlias(),
268 sym = ures_getStringByKeyWithFallback(latnSymbols.getAlias(),
272 sym = ures_getStringByKeyWithFallback(latnSymbols.getAlias(),
numsys.cpp 134 const UChar *nsName = ures_getStringByKeyWithFallback(numberElementsRes, buffer, &count, &localStatus);
numfmt.cpp     [all...]
dtitvinf.cpp 261 resStr = ures_getStringByKeyWithFallback(itvDtPtnResource,
reldatefmt.cpp 90 const UChar *resStr = ures_getStringByKeyWithFallback(
tzgnames.cpp 370 const UChar *regionPattern = ures_getStringByKeyWithFallback(zoneStrings, gRegionFormatTag, NULL, &tmpsts);
375 const UChar *fallbackPattern = ures_getStringByKeyWithFallback(zoneStrings, gFallbackFormatTag, NULL, &tmpsts);
    [all...]
tznames_impl.cpp 578 const UChar *value = ures_getStringByKeyWithFallback(rbTable, KEYS[i], &len, &status);
645 locationName = ures_getStringByKeyWithFallback(table, gEcTag, &len, &status);
    [all...]

Completed in 419 milliseconds

1 2