Searched refs:ures_getStringByIndex (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/icu/source/samples/ufortune/
H A Dufortune.c191 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/samples/ufortune/
H A Dufortune.c191 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/
H A Dures.h633 ures_getStringByIndex(const UResourceBundle *resourceBundle,
682 * @see ures_getStringByIndex
845 const UChar* r = ures_getStringByIndex(resB, indexS, &len, status);
/external/icu/icu4c/source/common/unicode/
H A Dures.h634 ures_getStringByIndex(const UResourceBundle *resourceBundle,
683 * @see ures_getStringByIndex
846 const UChar* r = ures_getStringByIndex(resB, indexS, &len, status);
/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp194 u = ures_getStringByIndex(array, mid, &len, &status);
722 id = ures_getStringByIndex(top, i, &idLen, &ec);
1009 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec);
1037 result = ures_getStringByIndex(names, idx, NULL, &ec);
1056 result = ures_getStringByIndex(names, idx, NULL, &ec);
1066 const UChar* tmp = ures_getStringByIndex(names, deref, NULL, &ec);
1099 const UChar *tmp = ures_getStringByIndex(res, idx, NULL, &status);
H A Ddtfmtsym.cpp1260 const UChar *resStr = ures_getStringByIndex(data, i, &strLen, &status);
1622 resStr = ures_getStringByIndex(weekdaysData, i, &len, &status);
1639 resStr = ures_getStringByIndex(abbrWeekdaysData, i, &len, &status);
1660 resStr = ures_getStringByIndex(shorterWeekdaysData, i, &len, &status);
1685 resStr = ures_getStringByIndex(narrowWeekdaysData, i, &len, &status);
1706 resStr = ures_getStringByIndex(standaloneWeekdaysData, i, &len, &status);
1727 resStr = ures_getStringByIndex(standaloneAbbrWeekdaysData, i, &len, &status);
1748 resStr = ures_getStringByIndex(standaloneShorterWeekdaysData, i, &len, &status);
1773 resStr = ures_getStringByIndex(standaloneNarrowWeekdaysData, i, &len, &status);
H A Dsmpdtfmt.cpp599 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
600 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
631 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
632 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
659 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
677 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
678 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
703 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
704 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
H A Dwindtfmt.cpp83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status);
H A Dzonemeta.cpp652 const UChar *mz_name = ures_getStringByIndex(mz, 0, NULL, &status);
657 mz_from = ures_getStringByIndex(mz, 1, NULL, &status);
658 mz_to = ures_getStringByIndex(mz, 2, NULL, &status);
H A Ddcfmtsym.cpp337 ures_getStringByIndex(currency.getAlias(), (int32_t)0, &currPatternLen, &localStatus);
H A Ducurr.cpp727 s = ures_getStringByIndex(rb, choice, len, &ec2);
913 s = ures_getStringByIndex(names, UCURR_SYMBOL_NAME, &len, &ec2);
1027 s = ures_getStringByIndex(names, UCURR_SYMBOL_NAME, &len, &ec2);
1082 s = ures_getStringByIndex(names, UCURR_LONG_NAME, &len, &ec2);
1124 s = ures_getStringByIndex(names, j, &len, &ec3);
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp194 u = ures_getStringByIndex(array, mid, &len, &status);
722 id = ures_getStringByIndex(top, i, &idLen, &ec);
1009 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec);
1037 result = ures_getStringByIndex(names, idx, NULL, &ec);
1056 result = ures_getStringByIndex(names, idx, NULL, &ec);
1066 const UChar* tmp = ures_getStringByIndex(names, deref, NULL, &ec);
1099 const UChar *tmp = ures_getStringByIndex(res, idx, NULL, &status);
H A Ddtfmtsym.cpp1270 const UChar *resStr = ures_getStringByIndex(data, i, &strLen, &status);
1632 resStr = ures_getStringByIndex(weekdaysData, i, &len, &status);
1649 resStr = ures_getStringByIndex(abbrWeekdaysData, i, &len, &status);
1670 resStr = ures_getStringByIndex(shorterWeekdaysData, i, &len, &status);
1695 resStr = ures_getStringByIndex(narrowWeekdaysData, i, &len, &status);
1716 resStr = ures_getStringByIndex(standaloneWeekdaysData, i, &len, &status);
1737 resStr = ures_getStringByIndex(standaloneAbbrWeekdaysData, i, &len, &status);
1758 resStr = ures_getStringByIndex(standaloneShorterWeekdaysData, i, &len, &status);
1783 resStr = ures_getStringByIndex(standaloneNarrowWeekdaysData, i, &len, &status);
H A Dwindtfmt.cpp83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status);
H A Dzonemeta.cpp650 const UChar *mz_name = ures_getStringByIndex(mz, 0, NULL, &status);
655 mz_from = ures_getStringByIndex(mz, 1, NULL, &status);
656 mz_to = ures_getStringByIndex(mz, 2, NULL, &status);
H A Ddcfmtsym.cpp337 ures_getStringByIndex(currency.getAlias(), (int32_t)0, &currPatternLen, &localStatus);
H A Dsmpdtfmt.cpp610 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
611 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
642 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
643 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
670 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
688 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
689 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
714 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
715 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
/external/chromium_org/third_party/icu/source/common/
H A Dresbund.cpp335 const UChar* r = ures_getStringByIndex(fResource, indexS, &len, &status);
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Ddatamap.cpp90 key = ures_getStringByIndex(headers, i, &keyLen, &status);
/external/icu/icu4c/source/common/
H A Dresbund.cpp335 const UChar* r = ures_getStringByIndex(fResource, indexS, &len, &status);
/external/icu/icu4c/source/tools/ctestfw/
H A Ddatamap.cpp90 key = ures_getStringByIndex(headers, i, &keyLen, &status);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcldrtest.c198 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);
993 const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode);
995 log_err("error ures_getStringByIndex(%d) returned %s\n", idx, u_errorName(errorCode));
1024 const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode);
1026 log_err("error ures_getStringByIndex(%d) returned %s\n", idx, u_errorName(errorCode));
/external/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c198 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);
602 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode);
603 const UChar *toBundleStr = ures_getStringByIndex(toArray, idx, NULL, &errorCode);
996 const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode);
998 log_err("error ures_getStringByIndex(%d) returned %s\n", idx, u_errorName(errorCode));
1025 const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode);
1027 log_err("error ures_getStringByIndex(%d) returned %s\n", idx, u_errorName(errorCode));
/external/chromium_org/third_party/icu/source/samples/uresb/
H A Duresb.c369 const UChar *result = ures_getStringByIndex(errorcodes, errorNumber, &len, &status);
/external/icu/icu4c/source/samples/uresb/
H A Duresb.c369 const UChar *result = ures_getStringByIndex(errorcodes, errorNumber, &len, &status);

Completed in 7697 milliseconds

12