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

  /external/icu/icu4c/source/samples/ufortune/
ufortune.c 191 resString = ures_getStringByIndex(fortunes_r, i, &len, &err);
193 fprintf(stderr, "%s: ures_getStringByIndex(%d) failed, %s\n", programName, i, u_errorName(err));
  /external/icu/icu4c/source/common/unicode/
ures.h 634 ures_getStringByIndex(const UResourceBundle *resourceBundle,
683 * @see ures_getStringByIndex
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/i18n/
timezone.cpp 194 u = ures_getStringByIndex(array, mid, &len, &status);
744 id = ures_getStringByIndex(top, i, &idLen, &ec);
    [all...]
dtfmtsym.cpp     [all...]
windtfmt.cpp 83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status);
zonemeta.cpp 648 const UChar *mz_name = ures_getStringByIndex(mz, 0, NULL, &status);
653 mz_from = ures_getStringByIndex(mz, 1, NULL, &status);
654 mz_to = ures_getStringByIndex(mz, 2, NULL, &status);
dcfmtsym.cpp 346 ures_getStringByIndex(currency.getAlias(), (int32_t)0, &currPatternLen, &localStatus);
smpdtfmt.cpp 750 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
751 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
782 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
783 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
810 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
828 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
829 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
854 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
855 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
    [all...]
ucurr.cpp 731 s = ures_getStringByIndex(rb, choice, len, &ec2);
917 s = ures_getStringByIndex(names, UCURR_SYMBOL_NAME, &len, &ec2);
    [all...]
reldtfmt.cpp 513 const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus);
reldatefmt.cpp 129 const UChar *resStr = ures_getStringByIndex(
ucal.cpp 698 const UChar *type = ures_getStringByIndex(order, i, &len, status);
dtitvfmt.cpp 681 const UChar* dateTimeFormat = ures_getStringByIndex(
    [all...]
tznames_impl.cpp     [all...]
calendar.cpp 312 const UChar *uCalType = ures_getStringByIndex(order, 0, &len, &status);
    [all...]
dtptngen.cpp     [all...]
  /external/icu/icu4c/source/common/
resbund.cpp 335 const UChar* r = ures_getStringByIndex(fResource, indexS, &len, &status);
locdispnames.cpp 836 dispName = ures_getStringByIndex(currency, UCURRENCY_DISPLAY_NAME_INDEX, &dispNameLen, status);
    [all...]
uresbund.cpp     [all...]
  /external/icu/icu4c/source/tools/ctestfw/
datamap.cpp 90 key = ures_getStringByIndex(headers, i, &keyLen, &status);
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 198 const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode);
199 const UChar *localeStr = ures_getStringByIndex(subBundle,idx,&localeStrLen,&errorCode);
229 localeStr = ures_getStringByIndex(arr,0,&localeStrLen,&errorCode);
599 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode);
600 const UChar *toBundleStr = ures_getStringByIndex(toArray, idx, NULL, &errorCode);
    [all...]
creststn.c     [all...]
  /external/icu/icu4c/source/samples/uresb/
uresb.c 369 const UChar *result = ures_getStringByIndex(errorcodes, errorNumber, &len, &status);
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 360 const UChar* chars = ures_getStringByIndex(bundle, index, &charCount, &status);
    [all...]

Completed in 219 milliseconds