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

/external/icu4c/tools/ctestfw/
H A Dtestdata.cpp105 UResourceBundle *data = ures_getByIndex(fSettings, fCurrentSettings++, NULL, &intStatus);
126 UResourceBundle *currCase = ures_getByIndex(fCases, fCurrentCase++, NULL, &intStatus);
H A Ddatamap.cpp74 t = ures_getByIndex(data, i, t, &status);
89 t = ures_getByIndex(data, i, t, &status);
H A Dtstdtmod.cpp159 UResourceBundle *DataFillIn = ures_getByIndex(fTestData, index, NULL, &status);
/external/icu4c/common/
H A Dresbund.cpp318 ures_getByIndex(fResource, indexR, &r, &status);
H A Duresbund.c1354 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status);
1475 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) { function
/external/icu4c/common/unicode/
H A Dures.h609 ures_getByIndex(const UResourceBundle *resourceBundle,
H A Durename.h1437 #define ures_getByIndex U_ICU_ENTRY_POINT_RENAME(ures_getByIndex) macro
/external/icu4c/i18n/
H A Ducurr.cpp440 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus);
452 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus);
760 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2);
790 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3);
871 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2);
941 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3);
1858 UResourceBundle *currencyArray = ures_getByIndex(currencyMapArray, i, NULL, &localStatus);
1863 UResourceBundle *currencyRes = ures_getByIndex(currencyArray, j, NULL, &localStatus);
2040 UResourceBundle *currencyRes = ures_getByIndex(countryArray, i, NULL, &localStatus);
2163 UResourceBundle *currencyRes = ures_getByIndex(countryArra
[all...]
H A Dtimezone.cpp238 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
288 ures_getByIndex(ares, deref, &res, &ec);
1097 ures_getByIndex(rb, idx, rb, &ec);
H A Ddcfmtsym.cpp330 currency = ures_getByIndex(currency, 2, currency, &localStatus);
H A Ddtitvinf.cpp270 LocalUResourceBundlePointer oneRes(ures_getByIndex(itvDtPtnResource, index,
H A Dsmpdtfmt.cpp566 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)timeStyle, NULL, &status);
598 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)dateStyle, NULL, &status);
644 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)timeStyle, NULL, &status);
670 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)dateStyle, NULL, &status);
H A Dtmutfmt.cpp437 UResourceBundle* oneTimeUnit = ures_getByIndex(unitsRes, index,
H A Dtranslit.cpp1511 colBund = ures_getByIndex(transIDs, row, 0, &status);
H A Ddtptngen.cpp92 aiter->entries[i].item = ures_getByIndex(aiter->bund, i, NULL, status);
/external/icu4c/test/cintltst/
H A Dcldrtest.c155 UResourceBundle *subSubBundle = ures_getByIndex(subBundle, 0, NULL, &errorCode);
156 UResourceBundle *subSubRootBundle = ures_getByIndex(subRootBundle, 0, NULL, &errorCode);
208 arr = ures_getByIndex(subBundle,idx,NULL,&errorCode);
H A Dcreststn.c877 resArray=ures_getByIndex(res, 0, resArray, &status);
893 resArray=ures_getByIndex(res, 0, resArray, &status);
1082 /*Test ures_getByIndex on string Resource*/
1084 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status);
1086 log_err("ERROR: ures_getByIndex on string resource failed\n");
1090 log_err("ERROR: ures_getByIndex on string resource fetched the key=%s, expected \"TE\" \n", austrdup(ures_getString(teFillin2, &len, &status)));
1313 /*Test ures_getByIndex with errorCode != U_ZERO_ERROR*/
1320 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status);
1322 log_err("ERROR: ures_getByIndex() with errorCode != U_ZERO_ERROR is supposed to fail\n");
1324 /*Test ures_getByIndex wit
[all...]
H A Dcrestst.c674 item=ures_getByIndex(res, i, item, &errorCode);
944 helper = ures_getByIndex(res, j, helper, &status);
/external/icu4c/test/intltest/
H A Drestsnew.cpp570 rowbundle=ures_getByIndex(bundle, row, rowbundle, &err);
576 temp = ures_getByIndex(rowbundle, col, temp, &err);
/external/icu4c/tools/genrb/
H A Dderb.c690 t = ures_getByIndex(resource, i, t, status);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1008 #define ures_getByIndex ures_getByIndex_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1008 #define ures_getByIndex ures_getByIndex_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1008 #define ures_getByIndex ures_getByIndex_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1008 #define ures_getByIndex ures_getByIndex_3_2 macro

Completed in 291 milliseconds