HomeSort by relevance Sort by last modified time
    Searched refs:ures_getByIndex (Results 1 - 23 of 23) sorted by null

  /external/icu/icu4c/source/tools/ctestfw/
testdata.cpp 105 UResourceBundle *data = ures_getByIndex(fSettings, fCurrentSettings++, NULL, &intStatus);
126 UResourceBundle *currCase = ures_getByIndex(fCases, fCurrentCase++, NULL, &intStatus);
datamap.cpp 74 t = ures_getByIndex(data, i, t, &status);
89 t = ures_getByIndex(data, i, t, &status);
tstdtmod.cpp 159 UResourceBundle *DataFillIn = ures_getByIndex(fTestData, index, NULL, &status);
  /external/icu/icu4c/source/common/
resbund.cpp 325 ures_getByIndex(fResource, indexR, &r, &status);
uresbund.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
ures.h 617 ures_getByIndex(const UResourceBundle *resourceBundle,
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp 594 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus);
606 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus);
915 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2);
948 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3);
    [all...]
timezone.cpp 237 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
287 ures_getByIndex(ares, deref, &res, &ec);
    [all...]
dcfmtsym.cpp 343 ures_getByIndex(currency.getAlias(), 2, currency.getAlias(), &localStatus);
compactdecimalformat.cpp 719 power10 = ures_getByIndex(decimalFormatBundle, i, power10, &status);
757 variantBundle = ures_getByIndex(power10Bundle, i, variantBundle, &status);
dtitvinf.cpp 272 LocalUResourceBundlePointer oneRes(ures_getByIndex(itvDtPtnResource, index,
reldatefmt.cpp 181 ures_getByIndex(resource, i, NULL, &status));
smpdtfmt.cpp 739 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)timeStyle, NULL, &status);
771 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)dateStyle, NULL, &status);
817 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)timeStyle, NULL, &status);
843 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)dateStyle, NULL, &status);
    [all...]
tmutfmt.cpp 373 UResourceBundle* oneTimeUnit = ures_getByIndex(unitsRes, index,
translit.cpp     [all...]
dtptngen.cpp 89 aiter->entries[i].item = ures_getByIndex(aiter->bund, i, NULL, status);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c     [all...]
crestst.c 671 item=ures_getByIndex(res, i, item, &errorCode);
941 helper = ures_getByIndex(res, j, helper, &status);
    [all...]
cldrtest.c 157 UResourceBundle *subSubBundle = ures_getByIndex(subBundle, 0, NULL, &errorCode);
158 UResourceBundle *subSubRootBundle = ures_getByIndex(subRootBundle, 0, NULL, &errorCode);
210 arr = ures_getByIndex(subBundle,idx,NULL,&errorCode);
    [all...]
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 570 rowbundle=ures_getByIndex(bundle, row, rowbundle, &err);
576 temp = ures_getByIndex(rowbundle, col, temp, &err);
    [all...]
  /external/icu/icu4c/source/tools/genrb/
derb.cpp 603 t = ures_getByIndex(resource, i, t, status);
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 151 ScopedResourceBundle currencyElem(ures_getByIndex(currency.get(), 0, NULL, &status));
    [all...]

Completed in 151 milliseconds