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

1 2

  /external/icu4c/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/chromium_org/third_party/icu/source/common/unicode/
ures.h 626 ures_getStringByIndex(const UResourceBundle *resourceBundle,
675 * @see ures_getStringByIndex
    [all...]
  /external/icu4c/common/unicode/
ures.h 633 ures_getStringByIndex(const UResourceBundle *resourceBundle,
682 * @see ures_getStringByIndex
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dcfmtsym.cpp 322 currPattern = ures_getStringByIndex(currency, (int32_t)0, &currPatternLen, &localStatus);
323 UnicodeString decimalSep = ures_getStringByIndex(currency, (int32_t)1, NULL, &localStatus);
324 UnicodeString groupingSep = ures_getStringByIndex(currency, (int32_t)2, NULL, &localStatus);
timezone.cpp 215 u = ures_getStringByIndex(array, mid, &len, &status);
673 id = ures_getStringByIndex(top, i, &idLen, &ec);
742 region = ures_getStringByIndex(res, i, NULL, &ec);
756 region = ures_getStringByIndex(res, i, NULL, &ec);
892 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec);
920 result = ures_getStringByIndex(names, idx, NULL, &ec);
930 const UChar* tmp = ures_getStringByIndex(names, deref, NULL, &ec);
955 const UChar *tmp = ures_getStringByIndex(res, idx, NULL, &ec);
    [all...]
zonemeta.cpp 544 const UChar *mz_name = ures_getStringByIndex(mz, 0, NULL, &status);
549 mz_from = ures_getStringByIndex(mz, 1, NULL, &status);
550 mz_to = ures_getStringByIndex(mz, 2, NULL, &status);
dtfmtsym.cpp     [all...]
smpdtfmt.cpp 515 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
516 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
547 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
548 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
575 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
593 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
594 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
619 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
620 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
    [all...]
windtfmt.cpp 83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status);
ucurr.cpp 532 s = ures_getStringByIndex(rb, choice, len, &ec2);
717 s = ures_getStringByIndex(names, UCURR_SYMBOL_NAME, &len, &ec2);
828 s = ures_getStringByIndex(names, UCURR_SYMBOL_NAME, &len, &ec2);
872 s = ures_getStringByIndex(names, UCURR_LONG_NAME, &len, &ec2);
914 s = ures_getStringByIndex(names, j, &len, &ec3);
    [all...]
reldtfmt.cpp 377 const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c 194 const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode);
195 const UChar *localeStr = ures_getStringByIndex(subBundle,idx,&localeStrLen,&errorCode);
225 localeStr = ures_getStringByIndex(arr,0,&localeStrLen,&errorCode);
584 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode);
585 const UChar *toBundleStr = ures_getStringByIndex(toArray, idx, NULL, &errorCode);
    [all...]
  /external/icu4c/i18n/
timezone.cpp 183 u = ures_getStringByIndex(array, mid, &len, &status);
672 id = ures_getStringByIndex(top, i, &idLen, &ec);
    [all...]
dtfmtsym.cpp     [all...]
smpdtfmt.cpp 588 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
589 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
620 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
621 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
648 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
666 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
667 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
692 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
693 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
    [all...]
windtfmt.cpp 83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status);
zonemeta.cpp 670 const UChar *mz_name = ures_getStringByIndex(mz, 0, NULL, &status);
675 mz_from = ures_getStringByIndex(mz, 1, NULL, &status);
676 mz_to = ures_getStringByIndex(mz, 2, NULL, &status);
dcfmtsym.cpp 333 currPattern = ures_getStringByIndex(currency, (int32_t)0, &currPatternLen, &localStatus);
ucurr.cpp 572 s = ures_getStringByIndex(rb, choice, len, &ec2);
757 s = ures_getStringByIndex(names, UCURR_SYMBOL_NAME, &len, &ec2);
867 s = ures_getStringByIndex(names, UCURR_SYMBOL_NAME, &len, &ec2);
911 s = ures_getStringByIndex(names, UCURR_LONG_NAME, &len, &ec2);
953 s = ures_getStringByIndex(names, j, &len, &ec3);
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 197 const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode);
198 const UChar *localeStr = ures_getStringByIndex(subBundle,idx,&localeStrLen,&errorCode);
228 localeStr = ures_getStringByIndex(arr,0,&localeStrLen,&errorCode);
592 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode);
593 const UChar *toBundleStr = ures_getStringByIndex(toArray, idx, NULL, &errorCode);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
resbund.cpp 328 const UChar* r = ures_getStringByIndex(fResource, indexS, &len, &status);
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
datamap.cpp 90 key = ures_getStringByIndex(headers, i, &keyLen, &status);
  /external/icu4c/common/
resbund.cpp 328 const UChar* r = ures_getStringByIndex(fResource, indexS, &len, &status);
  /external/icu4c/tools/ctestfw/
datamap.cpp 90 key = ures_getStringByIndex(headers, i, &keyLen, &status);
  /external/icu4c/samples/uresb/
uresb.c 369 const UChar *result = ures_getStringByIndex(errorcodes, errorNumber, &len, &status);

Completed in 1679 milliseconds

1 2