/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 | 76 t = ures_getByIndex(data, i, t, &status); in init() 91 t = ures_getByIndex(data, i, t, &status); in init()
|
D | tstdtmod.cpp | 161 UResourceBundle *DataFillIn = ures_getByIndex(fTestData, index, NULL, &status); in createTestData()
|
/external/icu/icu4c/source/common/ |
D | ucurr.cpp | 590 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus); in ucurr_forLocale() 602 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus); in ucurr_forLocale() 902 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2); in getCurrencyNameCount() 919 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3); in getCurrencyNameCount() 1006 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2); in collectCurrencyNames() 1064 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3); in collectCurrencyNames() 2022 … UResourceBundle *currencyArray = ures_getByIndex(currencyMapArray, i, NULL, &localStatus); in ucurr_createCurrencyList() 2027 … UResourceBundle *currencyRes = ures_getByIndex(currencyArray, j, NULL, &localStatus); in ucurr_createCurrencyList() 2246 UResourceBundle *currencyRes = ures_getByIndex(countryArray, i, NULL, &localStatus); in ucurr_countCurrencies() 2369 … UResourceBundle *currencyRes = ures_getByIndex(countryArray, i, NULL, &localStatus); in ucurr_forLocaleAndDate()
|
D | resbund.cpp | 327 ures_getByIndex(fResource, indexR, &r, &status); in get()
|
D | uresbund.cpp | 1427 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias() 1549 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, URes… in ures_getByIndex() function
|
/external/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 873 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes() 889 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes() 1080 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status); in TestAPI() 1316 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status); in TestErrorConditions() 1322 teFillin2=ures_getByIndex(NULL, 0, teFillin2, &status); in TestErrorConditions() 1833 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag() 1876 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag() 1930 tagelement=ures_getByIndex(tags, idx, tagelement, &status); in testTag() 2238 tb = ures_getByIndex(tb, 2, tb, &status); in TestResourceLevelAliasing()
|
D | crestst.c | 674 item=ures_getByIndex(res, i, item, &errorCode); in TestTable32() 944 helper = ures_getByIndex(res, j, helper, &status); in TestGetSize()
|
D | cldrtest.c | 160 UResourceBundle *subSubBundle = ures_getByIndex(subBundle, 0, NULL, &errorCode); in TestKeyInRootRecursive() 161 UResourceBundle *subSubRootBundle = ures_getByIndex(subRootBundle, 0, NULL, &errorCode); in TestKeyInRootRecursive() 213 arr = ures_getByIndex(subBundle,idx,NULL,&errorCode); in TestKeyInRootRecursive()
|
/external/icu/icu4c/source/common/unicode/ |
D | ures.h | 623 ures_getByIndex(const UResourceBundle *resourceBundle,
|
D | urename.h | 1468 #define ures_getByIndex U_ICU_ENTRY_POINT_RENAME(ures_getByIndex) macro
|
/external/icu/icu4c/source/i18n/ |
D | timezone.cpp | 239 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object in getZoneByName() 289 ures_getByIndex(ares, deref, &res, &ec); in openOlsonResource() 1086 ures_getByIndex(rb, idx, rb, &ec); in dereferOlsonLink()
|
D | dcfmtsym.cpp | 461 ures_getByIndex(currency.getAlias(), 2, currency.getAlias(), &localStatus); in initialize()
|
D | smpdtfmt.cpp | 761 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)timeStyle, NULL, &status)); in construct() 786 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)dateStyle, NULL, &status)); in construct() 826 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)timeStyle, NULL, &status)); in construct() 851 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)dateStyle, NULL, &status)); in construct()
|
D | translit.cpp | 1512 colBund = ures_getByIndex(transIDs, row, 0, &status); in initializeRegistry()
|
D | dtptngen.cpp | 95 aiter->entries[i].item = ures_getByIndex(aiter->bund, i, NULL, status); in ures_a_open()
|
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 573 rowbundle=ures_getByIndex(bundle, row, rowbundle, &err); in TestOtherAPI() 579 temp = ures_getByIndex(rowbundle, col, temp, &err); in TestOtherAPI()
|
/external/icu/icu4c/source/tools/genrb/ |
D | derb.cpp | 605 t = ures_getByIndex(resource, i, t, status); in printOutBundle()
|