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.cpp105 UResourceBundle *data = ures_getByIndex(fSettings, fCurrentSettings++, NULL, &intStatus); in nextSettings()
126 UResourceBundle *currCase = ures_getByIndex(fCases, fCurrentCase++, NULL, &intStatus); in nextCase()
Ddatamap.cpp74 t = ures_getByIndex(data, i, t, &status); in init()
89 t = ures_getByIndex(data, i, t, &status); in init()
Dtstdtmod.cpp159 UResourceBundle *DataFillIn = ures_getByIndex(fTestData, index, NULL, &status); in createTestData()
/external/icu/icu4c/source/i18n/
Ducurr.cpp594 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus); in ucurr_forLocale()
606 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus); in ucurr_forLocale()
915 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2); in getCurrencyNameCount()
948 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3); in getCurrencyNameCount()
1035 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2); in collectCurrencyNames()
1116 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3); in collectCurrencyNames()
2087 … UResourceBundle *currencyArray = ures_getByIndex(currencyMapArray, i, NULL, &localStatus); in ucurr_createCurrencyList()
2092 … UResourceBundle *currencyRes = ures_getByIndex(currencyArray, j, NULL, &localStatus); in ucurr_createCurrencyList()
2311 UResourceBundle *currencyRes = ures_getByIndex(countryArray, i, NULL, &localStatus); in ucurr_countCurrencies()
2434 … UResourceBundle *currencyRes = ures_getByIndex(countryArray, i, NULL, &localStatus); in ucurr_forLocaleAndDate()
Dcompactdecimalformat.cpp719 power10 = ures_getByIndex(decimalFormatBundle, i, power10, &status); in initCDFLocaleStyleData()
757 variantBundle = ures_getByIndex(power10Bundle, i, variantBundle, &status); in populatePower10()
Dtimezone.cpp237 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object in getZoneByName()
287 ures_getByIndex(ares, deref, &res, &ec); in openOlsonResource()
1082 ures_getByIndex(rb, idx, rb, &ec); in dereferOlsonLink()
Ddcfmtsym.cpp343 ures_getByIndex(currency.getAlias(), 2, currency.getAlias(), &localStatus); in initialize()
Ddtitvinf.cpp272 LocalUResourceBundlePointer oneRes(ures_getByIndex(itvDtPtnResource, index, in initializeData()
Dsmpdtfmt.cpp739 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)timeStyle, NULL, &status); in construct()
771 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)dateStyle, NULL, &status); in construct()
817 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)timeStyle, NULL, &status); in construct()
843 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)dateStyle, NULL, &status); in construct()
Dreldatefmt.cpp181 ures_getByIndex(resource, i, NULL, &status)); in initQuantityFormatter()
Dtmutfmt.cpp373 UResourceBundle* oneTimeUnit = ures_getByIndex(unitsRes, index, in readFromCurrentLocale()
Dtranslit.cpp1509 colBund = ures_getByIndex(transIDs, row, 0, &status); in initializeRegistry()
Ddtptngen.cpp89 aiter->entries[i].item = ures_getByIndex(aiter->bund, i, NULL, status); in ures_a_open()
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c870 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes()
886 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes()
1077 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status); in TestAPI()
1313 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status); in TestErrorConditions()
1319 teFillin2=ures_getByIndex(NULL, 0, teFillin2, &status); in TestErrorConditions()
1830 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag()
1873 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag()
1927 tagelement=ures_getByIndex(tags, idx, tagelement, &status); in testTag()
2235 tb = ures_getByIndex(tb, 2, tb, &status); in TestResourceLevelAliasing()
Dcrestst.c671 item=ures_getByIndex(res, i, item, &errorCode); in TestTable32()
941 helper = ures_getByIndex(res, j, helper, &status); in TestGetSize()
Dcldrtest.c157 UResourceBundle *subSubBundle = ures_getByIndex(subBundle, 0, NULL, &errorCode); in TestKeyInRootRecursive()
158 UResourceBundle *subSubRootBundle = ures_getByIndex(subRootBundle, 0, NULL, &errorCode); in TestKeyInRootRecursive()
210 arr = ures_getByIndex(subBundle,idx,NULL,&errorCode); in TestKeyInRootRecursive()
/external/icu/icu4c/source/common/unicode/
Dures.h617 ures_getByIndex(const UResourceBundle *resourceBundle,
Durename.h1454 #define ures_getByIndex U_ICU_ENTRY_POINT_RENAME(ures_getByIndex) macro
/external/icu/icu4c/source/common/
Dresbund.cpp325 ures_getByIndex(fResource, indexR, &r, &status); in get()
Duresbund.cpp1425 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias()
1546 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, URes… in ures_getByIndex() function
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp570 rowbundle=ures_getByIndex(bundle, row, rowbundle, &err); in TestOtherAPI()
576 temp = ures_getByIndex(rowbundle, col, temp, &err); in TestOtherAPI()
/external/icu/icu4c/source/tools/genrb/
Dderb.cpp603 t = ures_getByIndex(resource, i, t, status); in printOutBundle()