Home
last modified time | relevance | path

Searched refs:ures_getByIndex (Results 1 – 22 of 22) 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.cpp77 t = ures_getByIndex(data, i, t, &status); in init()
92 t = ures_getByIndex(data, i, t, &status); in init()
Dtstdtmod.cpp224 UResourceBundle *DataFillIn = ures_getByIndex(fTestData, index, NULL, &status); in createTestData()
/external/icu/icu4c/source/common/
Ducurr.cpp603 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus); in ucurr_forLocale()
613 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus); in ucurr_forLocale()
921 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2); in getCurrencyNameCount()
938 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3); in getCurrencyNameCount()
1025 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2); in collectCurrencyNames()
1084 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec5); in collectCurrencyNames()
2106 … UResourceBundle *currencyArray = ures_getByIndex(currencyMapArray, i, NULL, &localStatus); in ucurr_createCurrencyList()
2111 … UResourceBundle *currencyRes = ures_getByIndex(currencyArray, j, NULL, &localStatus); in ucurr_createCurrencyList()
2335 UResourceBundle *currencyRes = ures_getByIndex(countryArray, i, NULL, &localStatus); in ucurr_countCurrencies()
2458 … UResourceBundle *currencyRes = ures_getByIndex(countryArray, i, NULL, &localStatus); in ucurr_forLocaleAndDate()
Dresbund.cpp327 ures_getByIndex(fResource, indexR, &r, &status); in get()
Duresbund.cpp1459 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias()
1581 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.c875 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes()
891 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes()
1082 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status); in TestAPI()
1318 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status); in TestErrorConditions()
1324 teFillin2=ures_getByIndex(NULL, 0, teFillin2, &status); in TestErrorConditions()
1835 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag()
1878 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag()
1932 tagelement=ures_getByIndex(tags, idx, tagelement, &status); in testTag()
2240 tb = ures_getByIndex(tb, 2, tb, &status); in TestResourceLevelAliasing()
Dcrestst.c675 item=ures_getByIndex(res, i, item, &errorCode); in TestTable32()
945 helper = ures_getByIndex(res, j, helper, &status); in TestGetSize()
Dcldrtest.c161 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/
Dures.h623 ures_getByIndex(const UResourceBundle *resourceBundle,
Durename.h1512 #define ures_getByIndex U_ICU_ENTRY_POINT_RENAME(ures_getByIndex) macro
/external/icu/libandroidicu/include/unicode/
Dures.h623 ures_getByIndex(const UResourceBundle *resourceBundle,
Durename.h1512 #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()
1085 ures_getByIndex(rb, idx, rb, &ec); in dereferOlsonLink()
Ddcfmtsym.cpp489 ures_getByIndex(currency.getAlias(), 2, currency.getAlias(), &localStatus); in initialize()
Dnumber_formatimpl.cpp51 ures_getByIndex(bundle.getAlias(), 2, bundle.getAlias(), &localStatus); in getCurrencyFormatInfo()
Dsmpdtfmt.cpp720 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)timeStyle, NULL, &status)); in construct()
745 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)dateStyle, NULL, &status)); in construct()
785 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)timeStyle, NULL, &status)); in construct()
810 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)dateStyle, NULL, &status)); in construct()
Dtranslit.cpp1512 colBund = ures_getByIndex(transIDs, row, 0, &status); in initializeRegistry()
Ddtptngen.cpp96 aiter->entries[i].item = ures_getByIndex(aiter->bund, i, nullptr, 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()
/external/icu/libandroidicu/static_shim/
Dshim.cpp2383 return ures_getByIndex(resourceBundle, indexR, fillIn, status); in ures_getByIndex_android()