/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
testdata.cpp | 105 UResourceBundle *data = ures_getByIndex(fSettings, fCurrentSettings++, NULL, &intStatus); 126 UResourceBundle *currCase = ures_getByIndex(fCases, fCurrentCase++, NULL, &intStatus);
|
datamap.cpp | 74 t = ures_getByIndex(data, i, t, &status); 89 t = ures_getByIndex(data, i, t, &status);
|
tstdtmod.cpp | 159 UResourceBundle *DataFillIn = ures_getByIndex(fTestData, index, NULL, &status);
|
/external/icu4c/tools/ctestfw/ |
testdata.cpp | 105 UResourceBundle *data = ures_getByIndex(fSettings, fCurrentSettings++, NULL, &intStatus); 126 UResourceBundle *currCase = ures_getByIndex(fCases, fCurrentCase++, NULL, &intStatus);
|
datamap.cpp | 74 t = ures_getByIndex(data, i, t, &status); 89 t = ures_getByIndex(data, i, t, &status);
|
tstdtmod.cpp | 159 UResourceBundle *DataFillIn = ures_getByIndex(fTestData, index, NULL, &status);
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucurr.cpp | 395 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus); 407 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus); 715 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2); 745 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3); 826 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2); 896 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3); [all...] |
timezone.cpp | 258 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object 308 ures_getByIndex(ares, deref, &res, &ec); 924 ures_getByIndex(rb, idx, rb, &ec); [all...] |
dcfmtsym.cpp | 320 currency = ures_getByIndex(currency, 2, currency, &localStatus);
|
/external/chromium_org/third_party/icu/source/common/ |
resbund.cpp | 318 ures_getByIndex(fResource, indexR, &r, &status);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
ures.h | 609 ures_getByIndex(const UResourceBundle *resourceBundle, [all...] |
/external/icu4c/common/ |
resbund.cpp | 318 ures_getByIndex(fResource, indexR, &r, &status);
|
/external/icu4c/common/unicode/ |
ures.h | 616 ures_getByIndex(const UResourceBundle *resourceBundle, [all...] |
/external/icu4c/i18n/ |
ucurr.cpp | 435 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus); 447 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus); 755 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2); 785 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3); 865 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2); 935 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3); [all...] |
timezone.cpp | 226 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object 276 ures_getByIndex(ares, deref, &res, &ec); [all...] |
dcfmtsym.cpp | 331 currency = ures_getByIndex(currency, 2, currency, &localStatus);
|
compactdecimalformat.cpp | 673 power10 = ures_getByIndex(decimalFormatBundle, i, power10, &status); 711 variantBundle = ures_getByIndex(power10Bundle, i, variantBundle, &status);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cldrtest.c | 153 UResourceBundle *subSubBundle = ures_getByIndex(subBundle, 0, NULL, &errorCode); 154 UResourceBundle *subSubRootBundle = ures_getByIndex(subRootBundle, 0, NULL, &errorCode); 206 arr = ures_getByIndex(subBundle,idx,NULL,&errorCode); [all...] |
creststn.c | [all...] |
crestst.c | 674 item=ures_getByIndex(res, i, item, &errorCode); 944 helper = ures_getByIndex(res, j, helper, &status); [all...] |
/external/icu4c/test/cintltst/ |
cldrtest.c | 156 UResourceBundle *subSubBundle = ures_getByIndex(subBundle, 0, NULL, &errorCode); 157 UResourceBundle *subSubRootBundle = ures_getByIndex(subRootBundle, 0, NULL, &errorCode); 209 arr = ures_getByIndex(subBundle,idx,NULL,&errorCode); [all...] |
creststn.c | [all...] |
crestst.c | 674 item=ures_getByIndex(res, i, item, &errorCode); 944 helper = ures_getByIndex(res, j, helper, &status); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
restsnew.cpp | 570 rowbundle=ures_getByIndex(bundle, row, rowbundle, &err); 576 temp = ures_getByIndex(rowbundle, col, temp, &err); [all...] |
/external/icu4c/test/intltest/ |
restsnew.cpp | 570 rowbundle=ures_getByIndex(bundle, row, rowbundle, &err); 576 temp = ures_getByIndex(rowbundle, col, temp, &err); [all...] |