HomeSort by relevance Sort by last modified time
    Searched full:ures_getstringbykeywithfallback (Results 1 - 14 of 14) sorted by null

  /external/icu4c/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 225 ures_getStringByKeyWithFallback(const UResourceBundle *resB,
locdispnames.cpp 474 dispLocSeparator = ures_getStringByKeyWithFallback(locdsppat, _kSeparator, &locSepLen, &status);
475 dispLocPattern = ures_getStringByKeyWithFallback(locdsppat, _kPattern, &locPatLen, &status);
uresbund.c     [all...]
  /external/icu4c/i18n/
currpinf.cpp 248 const UChar* numberStylePattern = ures_getStringByKeyWithFallback(rb, gDecimalFormatTag, &ptnLen, &ec);
285 const UChar* patternChars = ures_getStringByKeyWithFallback(
dcfmtsym.cpp 251 sym = ures_getStringByKeyWithFallback(nonLatnSymbols,gNumberElementKeys[i],&len,&localStatus);
256 sym = ures_getStringByKeyWithFallback(latnSymbols,gNumberElementKeys[i],&len,&localStatus);
259 sym = ures_getStringByKeyWithFallback(latnSymbols,gNumberElementKeys[i],&len,&localStatus);
numsys.cpp 116 ures_getStringByKeyWithFallback(numberElementsRes, gDefault, &count, &status);
dtitvinf.cpp 259 resStr = ures_getStringByKeyWithFallback(itvDtPtnResource,
zstrfmt.cpp     [all...]
dtfmtsym.cpp     [all...]
tmutfmt.cpp 624 pattern = ures_getStringByKeyWithFallback(countsToPatternRB, searchPluralCount, &ptLength, &status);
    [all...]
ucurr.cpp 612 s = ures_getStringByKeyWithFallback(rb, pluralCount, len, &ec2);
616 s = ures_getStringByKeyWithFallback(rb, "other", len, &ec2);
    [all...]
numfmt.cpp     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 276 milliseconds