Home
last modified time | relevance | path

Searched refs:ures_getByIndex (Results 1 – 18 of 18) sorted by relevance

/external/icu/icu4c/source/tools/ctestfw/
Dtestdata.cpp107 UResourceBundle *data = ures_getByIndex(fSettings, fCurrentSettings++, NULL, &intStatus); in nextSettings()
128 UResourceBundle *currCase = ures_getByIndex(fCases, fCurrentCase++, NULL, &intStatus); in nextCase()
Ddatamap.cpp76 t = ures_getByIndex(data, i, t, &status); in init()
91 t = ures_getByIndex(data, i, t, &status); in init()
Dtstdtmod.cpp161 UResourceBundle *DataFillIn = ures_getByIndex(fTestData, index, NULL, &status); in createTestData()
/external/icu/icu4c/source/common/
Ducurr.cpp590 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()
Dresbund.cpp327 ures_getByIndex(fResource, indexR, &r, &status); in get()
Duresbund.cpp1427 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/
Dcreststn.c873 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()
Dcrestst.c674 item=ures_getByIndex(res, i, item, &errorCode); in TestTable32()
944 helper = ures_getByIndex(res, j, helper, &status); in TestGetSize()
Dcldrtest.c160 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/
Dures.h623 ures_getByIndex(const UResourceBundle *resourceBundle,
Durename.h1468 #define ures_getByIndex U_ICU_ENTRY_POINT_RENAME(ures_getByIndex) macro
/external/icu/icu4c/source/i18n/
Dtimezone.cpp239 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()
Ddcfmtsym.cpp461 ures_getByIndex(currency.getAlias(), 2, currency.getAlias(), &localStatus); in initialize()
Dsmpdtfmt.cpp761 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()
Dtranslit.cpp1512 colBund = ures_getByIndex(transIDs, row, 0, &status); in initializeRegistry()
Ddtptngen.cpp95 aiter->entries[i].item = ures_getByIndex(aiter->bund, i, NULL, status); in ures_a_open()
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp573 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/
Dderb.cpp605 t = ures_getByIndex(resource, i, t, status); in printOutBundle()