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

/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/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);
H A Durename.h1470 #define ures_getStringByIndex U_ICU_ENTRY_POINT_RENAME(ures_getStringByIndex) macro
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp194 u = ures_getStringByIndex(array, mid, &len, &status);
744 id = ures_getStringByIndex(top, i, &idLen, &ec);
1031 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec);
1059 result = ures_getStringByIndex(names, idx, NULL, &ec);
1078 result = ures_getStringByIndex(names, idx, NULL, &ec);
1088 const UChar* tmp = ures_getStringByIndex(names, deref, NULL, &ec);
1121 const UChar *tmp = ures_getStringByIndex(res, idx, NULL, &status);
H A Ddtfmtsym.cpp1399 const UChar *resStr = ures_getStringByIndex(data, i, &strLen, &status);
1821 resStr = ures_getStringByIndex(weekdaysData, i, &len, &status);
1838 resStr = ures_getStringByIndex(abbrWeekdaysData, i, &len, &status);
1859 resStr = ures_getStringByIndex(shorterWeekdaysData, i, &len, &status);
1884 resStr = ures_getStringByIndex(narrowWeekdaysData, i, &len, &status);
1905 resStr = ures_getStringByIndex(standaloneWeekdaysData, i, &len, &status);
1926 resStr = ures_getStringByIndex(standaloneAbbrWeekdaysData, i, &len, &status);
1947 resStr = ures_getStringByIndex(standaloneShorterWeekdaysData, i, &len, &status);
1972 resStr = ures_getStringByIndex(standaloneNarrowWeekdaysData, i, &len, &status);
H A Dwindtfmt.cpp83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status);
H A Dzonemeta.cpp648 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);
H A Ddcfmtsym.cpp338 ures_getStringByIndex(currency.getAlias(), (int32_t)0, &currPatternLen, &localStatus);
H A Dsmpdtfmt.cpp746 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
747 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
778 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
779 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
806 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status);
824 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
825 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
850 resStr = ures_getStringByIndex(currentBundle, 0, &resStrLen, &status);
851 ovrStr = ures_getStringByIndex(currentBundle, 1, &ovrStrLen, &status);
H A Ducurr.cpp731 s = ures_getStringByIndex(rb, choice, len, &ec2);
917 s = ures_getStringByIndex(names, UCURR_SYMBOL_NAME, &len, &ec2);
1037 s = ures_getStringByIndex(names, UCURR_SYMBOL_NAME, &len, &ec2);
1092 s = ures_getStringByIndex(names, UCURR_LONG_NAME, &len, &ec2);
1134 s = ures_getStringByIndex(names, j, &len, &ec3);
H A Dreldtfmt.cpp513 const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus);
H A Ducal.cpp698 const UChar *type = ures_getStringByIndex(order, i, &len, status);
H A Ddtitvfmt.cpp738 const UChar* dateTimeFormat = ures_getStringByIndex(
H A Dreldatefmt.cpp129 const UChar *resStr = ures_getStringByIndex(
H A Dtznames_impl.cpp1531 const UChar *uregion = ures_getStringByIndex(regionsRes, i, &len, &status);
H A Dcalendar.cpp312 const UChar *uCalType = ures_getStringByIndex(order, 0, &len, &status);
H A Ddtptngen.cpp939 resStr = ures_getStringByIndex(dateTimePatterns, (int32_t)DateFormat::kDateTime, &resStrLen, &status);
/external/icu/icu4c/source/common/
H A Dresbund.cpp335 const UChar* r = ures_getStringByIndex(fResource, indexS, &len, &status);
H A Dlocdispnames.cpp836 dispName = ures_getStringByIndex(currency, UCURRENCY_DISPLAY_NAME_INDEX, &dispNameLen, status);
H A Duresbund.cpp1593 U_CAPI const UChar* U_EXPORT2 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, int32_t* len, UErrorCode *status) { function
1650 const UChar *s16 = ures_getStringByIndex(resB, idx, &length16, status);
/external/icu/icu4c/source/tools/ctestfw/
H A Ddatamap.cpp90 key = ures_getStringByIndex(headers, i, &keyLen, &status);
/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);
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));
1022 const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode);
1024 log_err("error ures_getStringByIndex(%d) returned %s\n", idx, u_errorName(errorCode));
H A Dcreststn.c1324 /*Test ures_getStringByIndex with errorCode != U_ZERO_ERROR*/
1328 value=(UChar*)ures_getStringByIndex(teFillin, 0, &len, &status);
1332 /*Test ures_getStringByIndex with UResourceBundle = NULL */
1334 value=(UChar*)ures_getStringByIndex(NULL, 0, &len, &status);
1336 log_err("ERROR: ures_getStringByIndex() with UResourceBundle=NULL is supposed to fail\n Expected: U_ILLEGAL_ARGUMENT_ERROR, Got: %s\n",
1339 /*Test ures_getStringByIndex with UResourceBundle = NULL */
1341 value=(UChar*)ures_getStringByIndex(teFillin, 9999, &len, &status);
1343 log_err("ERROR: ures_getStringByIndex() with index that is too big is supposed to fail\n Expected: U_MISSING_RESOURCE_ERROR, Got: %s\n",
1773 strcat(action, ".ures_getStringByIndex(");
1785 t=(UChar*)ures_getStringByIndex(arra
[all...]
/external/icu/icu4c/source/samples/uresb/
H A Duresb.c369 const UChar *result = ures_getStringByIndex(errorcodes, errorNumber, &len, &status);

Completed in 2446 milliseconds