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

12

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/common/
H A Dresbund.cpp325 ures_getByIndex(fResource, indexR, &r, &status);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dures.h616 ures_getByIndex(const UResourceBundle *resourceBundle,
/external/icu/icu4c/source/common/
H A Dresbund.cpp325 ures_getByIndex(fResource, indexR, &r, &status);
/external/icu/icu4c/source/common/unicode/
H A Dures.h617 ures_getByIndex(const UResourceBundle *resourceBundle,
/external/chromium_org/third_party/icu/source/i18n/
H A Ducurr.cpp590 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus);
602 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus);
911 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2);
944 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3);
1025 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2);
1106 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3);
2030 UResourceBundle *currencyArray = ures_getByIndex(currencyMapArray, i, NULL, &localStatus);
2035 UResourceBundle *currencyRes = ures_getByIndex(currencyArray, j, NULL, &localStatus);
2254 UResourceBundle *currencyRes = ures_getByIndex(countryArray, i, NULL, &localStatus);
2377 UResourceBundle *currencyRes = ures_getByIndex(countryArra
[all...]
H A Dtimezone.cpp237 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
287 ures_getByIndex(ares, deref, &res, &ec);
1060 ures_getByIndex(rb, idx, rb, &ec);
H A Ddcfmtsym.cpp334 ures_getByIndex(currency.getAlias(), 2, currency.getAlias(), &localStatus);
H A Dcompactdecimalformat.cpp673 power10 = ures_getByIndex(decimalFormatBundle, i, power10, &status);
711 variantBundle = ures_getByIndex(power10Bundle, i, variantBundle, &status);
/external/icu/icu4c/source/i18n/
H A Ducurr.cpp590 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus);
602 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus);
911 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2);
944 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3);
1025 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2);
1106 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3);
2030 UResourceBundle *currencyArray = ures_getByIndex(currencyMapArray, i, NULL, &localStatus);
2035 UResourceBundle *currencyRes = ures_getByIndex(currencyArray, j, NULL, &localStatus);
2254 UResourceBundle *currencyRes = ures_getByIndex(countryArray, i, NULL, &localStatus);
2377 UResourceBundle *currencyRes = ures_getByIndex(countryArra
[all...]
H A Dtimezone.cpp237 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
287 ures_getByIndex(ares, deref, &res, &ec);
1060 ures_getByIndex(rb, idx, rb, &ec);
H A Ddcfmtsym.cpp334 ures_getByIndex(currency.getAlias(), 2, currency.getAlias(), &localStatus);
H A Dcompactdecimalformat.cpp673 power10 = ures_getByIndex(decimalFormatBundle, i, power10, &status);
711 variantBundle = ures_getByIndex(power10Bundle, i, variantBundle, &status);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c872 resArray=ures_getByIndex(res, 0, resArray, &status);
888 resArray=ures_getByIndex(res, 0, resArray, &status);
1079 /*Test ures_getByIndex on string Resource*/
1081 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status);
1083 log_err("ERROR: ures_getByIndex on string resource failed\n");
1087 log_err("ERROR: ures_getByIndex on string resource fetched the key=%s, expected \"TE\" \n", austrdup(ures_getString(teFillin2, &len, &status)));
1310 /*Test ures_getByIndex with errorCode != U_ZERO_ERROR*/
1317 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status);
1319 log_err("ERROR: ures_getByIndex() with errorCode != U_ZERO_ERROR is supposed to fail\n");
1321 /*Test ures_getByIndex wit
[all...]
H A Dcrestst.c675 item=ures_getByIndex(res, i, item, &errorCode);
945 helper = ures_getByIndex(res, j, helper, &status);
H A Dcldrtest.c157 UResourceBundle *subSubBundle = ures_getByIndex(subBundle, 0, NULL, &errorCode);
158 UResourceBundle *subSubRootBundle = ures_getByIndex(subRootBundle, 0, NULL, &errorCode);
210 arr = ures_getByIndex(subBundle,idx,NULL,&errorCode);
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c874 resArray=ures_getByIndex(res, 0, resArray, &status);
890 resArray=ures_getByIndex(res, 0, resArray, &status);
1079 /*Test ures_getByIndex on string Resource*/
1081 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status);
1083 log_err("ERROR: ures_getByIndex on string resource failed\n");
1087 log_err("ERROR: ures_getByIndex on string resource fetched the key=%s, expected \"TE\" \n", austrdup(ures_getString(teFillin2, &len, &status)));
1310 /*Test ures_getByIndex with errorCode != U_ZERO_ERROR*/
1317 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status);
1319 log_err("ERROR: ures_getByIndex() with errorCode != U_ZERO_ERROR is supposed to fail\n");
1321 /*Test ures_getByIndex wit
[all...]
H A Dcrestst.c673 item=ures_getByIndex(res, i, item, &errorCode);
943 helper = ures_getByIndex(res, j, helper, &status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drestsnew.cpp570 rowbundle=ures_getByIndex(bundle, row, rowbundle, &err);
576 temp = ures_getByIndex(rowbundle, col, temp, &err);
/external/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp570 rowbundle=ures_getByIndex(bundle, row, rowbundle, &err);
576 temp = ures_getByIndex(rowbundle, col, temp, &err);

Completed in 438 milliseconds

12