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

  /external/icu/icu4c/source/samples/ufortune/
ufortune.c 197 resString = ures_getStringByIndex(fortunes_r, i, &len, &err);
199 fprintf(stderr, "%s: ures_getStringByIndex(%d) failed, %s\n", programName, i, u_errorName(err));
  /external/icu/icu4c/source/common/unicode/
ures.h 640 ures_getStringByIndex(const UResourceBundle *resourceBundle,
689 * @see ures_getStringByIndex
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/i18n/
timezone.cpp 196 u = ures_getStringByIndex(array, mid, &len, &status);
748 id = ures_getStringByIndex(top, i, &idLen, &ec);
    [all...]
zonemeta.cpp 657 const UChar *mz_name = ures_getStringByIndex(mz, 0, NULL, &status);
662 mz_from = ures_getStringByIndex(mz, 1, NULL, &status);
663 mz_to = ures_getStringByIndex(mz, 2, NULL, &status);
smpdtfmt.cpp 775 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status);
776 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status);
800 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status);
801 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status);
820 resStr = ures_getStringByIndex(dateTimePatterns.getAlias(), glueIndex, &resStrLen, &status);
840 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status);
841 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status);
865 resStr = ures_getStringByIndex(currentBundle.getAlias(), 0, &resStrLen, &status);
866 ovrStr = ures_getStringByIndex(currentBundle.getAlias(), 1, &ovrStrLen, &status);
    [all...]
windtfmt.cpp 85 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status);
dcfmtsym.cpp 471 ures_getStringByIndex(currency.getAlias(), (int32_t)0, &currPatternLen, &localStatus);
reldtfmt.cpp 537 const UChar *resStr = ures_getStringByIndex(dateTimePatterns.getAlias(), glueIndex, &resStrLen, &status);
ucal.cpp 694 const UChar *type = ures_getStringByIndex(order, i, &len, status);
reldatefmt.cpp 171 const UChar *resStr = ures_getStringByIndex(
    [all...]
dtitvfmt.cpp 670 const UChar* dateTimeFormat = ures_getStringByIndex(
    [all...]
calendar.cpp 311 const UChar *uCalType = ures_getStringByIndex(order, 0, &len, &status);
    [all...]
dtptngen.cpp     [all...]
tznames_impl.cpp     [all...]
  /external/icu/icu4c/source/common/
resbund.cpp 337 const UChar* r = ures_getStringByIndex(fResource, indexS, &len, &status);
ucurr.cpp 741 s = ures_getStringByIndex(rb, choice, len, &ec2);
918 s = ures_getStringByIndex(names, UCURR_SYMBOL_NAME, &len, &ec2);
    [all...]
locdispnames.cpp 840 dispName = ures_getStringByIndex(currency, UCURRENCY_DISPLAY_NAME_INDEX, &dispNameLen, status);
    [all...]
uresbund.cpp     [all...]
  /external/icu/icu4c/source/tools/ctestfw/
datamap.cpp 93 key = ures_getStringByIndex(headers, i, &keyLen, &status);
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 202 const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode);
203 const UChar *localeStr = ures_getStringByIndex(subBundle,idx,&localeStrLen,&errorCode);
233 localeStr = ures_getStringByIndex(arr,0,&localeStrLen,&errorCode);
603 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode);
604 const UChar *toBundleStr = ures_getStringByIndex(toArray, idx, NULL, &errorCode);
    [all...]
creststn.c     [all...]
  /external/icu/icu4c/source/samples/uresb/
uresb.c 375 const UChar *result = ures_getStringByIndex(errorcodes, errorNumber, &len, &status);
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 375 chars = ures_getStringByIndex(currentBundle, 0, &charCount, &status);
    [all...]

Completed in 731 milliseconds