/external/icu/icu4c/source/tools/ctestfw/ |
D | testdata.cpp | 107 UResourceBundle *data = ures_getByIndex(fSettings, fCurrentSettings++, NULL, &intStatus); in nextSettings() 128 UResourceBundle *currCase = ures_getByIndex(fCases, fCurrentCase++, NULL, &intStatus); in nextCase()
|
D | datamap.cpp | 77 t = ures_getByIndex(data, i, t, &status); in init() 92 t = ures_getByIndex(data, i, t, &status); in init()
|
D | tstdtmod.cpp | 224 UResourceBundle *DataFillIn = ures_getByIndex(fTestData, index, NULL, &status); in createTestData()
|
/external/icu/icu4c/source/common/ |
D | ucurr.cpp | 569 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus); in ucurr_forLocale() 894 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2); in getCurrencyNameCount() 911 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3); in getCurrencyNameCount() 998 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2); in collectCurrencyNames() 1057 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec5); in collectCurrencyNames() 2078 … UResourceBundle *currencyArray = ures_getByIndex(currencyMapArray, i, NULL, &localStatus); in ucurr_createCurrencyList() 2083 … UResourceBundle *currencyRes = ures_getByIndex(currencyArray, j, NULL, &localStatus); in ucurr_createCurrencyList() 2306 UResourceBundle *currencyRes = ures_getByIndex(countryArray, i, NULL, &localStatus); in ucurr_countCurrencies() 2428 … UResourceBundle *currencyRes = ures_getByIndex(countryArray, i, NULL, &localStatus); in ucurr_forLocaleAndDate()
|
D | resbund.cpp | 328 ures_getByIndex(fResource, indexR, &r, &status); in get()
|
D | uresbund.cpp | 1478 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias() 1600 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, URes… in ures_getByIndex() function
|
/external/icu/tools/icu4c_srcgen/ |
D | libandroidicu_allowlisted_api.txt | 131 ures_getByIndex
|
/external/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 903 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes() 919 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes() 1110 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status); in TestAPI() 1354 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status); in TestErrorConditions() 1360 teFillin2=ures_getByIndex(NULL, 0, teFillin2, &status); in TestErrorConditions() 1889 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag() 1932 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag() 1986 tagelement=ures_getByIndex(tags, idx, tagelement, &status); in testTag() 2295 tb = ures_getByIndex(tb, 2, tb, &status); in TestResourceLevelAliasing()
|
D | crestst.c | 745 item=ures_getByIndex(res, i, item, &errorCode); in TestTable32() 1015 helper = ures_getByIndex(res, j, helper, &status); in TestGetSize()
|
D | cldrtest.c | 161 UResourceBundle *subSubBundle = ures_getByIndex(subBundle, 0, NULL, &errorCode); in TestKeyInRootRecursive() 162 UResourceBundle *subSubRootBundle = ures_getByIndex(subRootBundle, 0, NULL, &errorCode); in TestKeyInRootRecursive() 214 arr = ures_getByIndex(subBundle,idx,NULL,&errorCode); in TestKeyInRootRecursive()
|
/external/icu/icu4c/source/common/unicode/ |
D | ures.h | 626 ures_getByIndex(const UResourceBundle *resourceBundle,
|
D | urename.h | 1571 #define ures_getByIndex U_ICU_ENTRY_POINT_RENAME(ures_getByIndex) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | ures.h | 626 ures_getByIndex(const UResourceBundle *resourceBundle,
|
D | urename.h | 1571 #define ures_getByIndex U_ICU_ENTRY_POINT_RENAME(ures_getByIndex) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ures.h | 626 ures_getByIndex(const UResourceBundle *resourceBundle,
|
D | urename.h | 1571 #define ures_getByIndex U_ICU_ENTRY_POINT_RENAME(ures_getByIndex) macro
|
/external/icu/icu4c/source/i18n/ |
D | timezone.cpp | 245 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object in getZoneByName() 295 ures_getByIndex(ares, deref, &res, &ec); in openOlsonResource() 1109 ures_getByIndex(rb, idx, rb, &ec); in dereferOlsonLink()
|
D | dcfmtsym.cpp | 545 ures_getByIndex(rb.getAlias(), 2, rb.getAlias(), &localStatus); in setCurrency()
|
D | smpdtfmt.cpp | 776 … ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)timeStyle, NULL, &status)); in construct() 802 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)dateStyle, NULL, &status)); in construct() 844 … ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)timeStyle, NULL, &status)); in construct() 870 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)dateStyle, NULL, &status)); in construct()
|
D | translit.cpp | 1528 colBund = ures_getByIndex(transIDs, row, 0, &lstatus); in initializeRegistry()
|
D | dtptngen.cpp | 97 aiter->entries[i].item = ures_getByIndex(aiter->bund, i, nullptr, status); in ures_a_open()
|
/external/icu/icu4c/source/tools/genrb/ |
D | derb.cpp | 605 t = ures_getByIndex(resource, i, t, status); in printOutBundle()
|
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 617 rowbundle=ures_getByIndex(bundle, row, rowbundle, &err); in TestOtherAPI() 623 temp = ures_getByIndex(rowbundle, col, temp, &err); in TestOtherAPI()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 395 return ures_getByIndex(resourceBundle, indexR, fillIn, status); in ures_getByIndex_android()
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 1571 #define ures_getByIndex U_ICU_ENTRY_POINT_RENAME(ures_getByIndex) macro
|