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

  /external/icu/icu4c/source/common/
locresdata.cpp 83 item = ures_getStringByKeyWithFallback(&subTable, itemKey, pLength, &errorCode);
93 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode);
106 item = ures_getStringByKeyWithFallback(&table, replacement, pLength, &errorCode);
125 fallbackLocale = ures_getStringByKeyWithFallback(&table, "Fallback", &len, &errorCode);
uresimp.h 222 ures_getStringByKeyWithFallback(const UResourceBundle *resB,
brkeng.cpp 253 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status);
locdispnames.cpp 517 separator=ures_getStringByKeyWithFallback(dspbundle, _kSeparator, &sepLen, &status);
518 pattern=ures_getStringByKeyWithFallback(dspbundle, _kPattern, &patLen, &status);
    [all...]
listformatter.cpp 211 const UChar* ustr = ures_getStringByKeyWithFallback(rb, key, &len, &errorCode);
ucurr.cpp 798 s = ures_getStringByKeyWithFallback(rb, pluralCount, len, &ec2);
802 s = ures_getStringByKeyWithFallback(rb, "other", len, &ec2);
    [all...]
uresbund.cpp     [all...]
  /external/icu/icu4c/source/i18n/
currpinf.cpp 252 const UChar* numberStylePattern = ures_getStringByKeyWithFallback(rb, gDecimalFormatTag, &ptnLen, &ec);
258 numberStylePattern = ures_getStringByKeyWithFallback(rb, gDecimalFormatTag, &ptnLen, &ec);
299 const UChar* patternChars = ures_getStringByKeyWithFallback(
numsys.cpp 136 const UChar *nsName = ures_getStringByKeyWithFallback(numberElementsRes, buffer, &count, &localStatus);
numfmt.cpp     [all...]
decimfmt.cpp 392 const UChar *resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status);
398 resStr = ures_getStringByKeyWithFallback(resource, fgDecimalFormat, &len, &status);
529 const UChar *patResStr = ures_getStringByKeyWithFallback(resource, fgCurrencyFormat, &patLen, &error);
534 patResStr = ures_getStringByKeyWithFallback(resource, fgCurrencyFormat, &patLen, &error);
    [all...]
dtitvinf.cpp 425 resStr = ures_getStringByKeyWithFallback(itvDtPtnResource, gFallbackPatternTag,
tzgnames.cpp 370 const UChar *regionPattern = ures_getStringByKeyWithFallback(zoneStrings, gRegionFormatTag, NULL, &tmpsts);
375 const UChar *fallbackPattern = ures_getStringByKeyWithFallback(zoneStrings, gFallbackFormatTag, NULL, &tmpsts);
    [all...]
tzfmt.cpp 352 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtFormatTag, &len, &status);
356 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gGmtZeroFormatTag, &len, &status);
360 resStr = ures_getStringByKeyWithFallback(zoneStringsArray, gHourFormatTag, &len, &status);
    [all...]
reldatefmt.cpp 154 const UChar *resStr = ures_getStringByKeyWithFallback(
    [all...]
tmutfmt.cpp 572 pattern = ures_getStringByKeyWithFallback(countsToPatternRB.getAlias(), searchPluralCount, &ptLength, &status);
  /external/icu/icu4c/source/test/cintltst/
creststn.c     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 467 milliseconds