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

  /external/icu/icu4c/source/tools/ctestfw/
testdata.cpp 107 UResourceBundle *data = ures_getByIndex(fSettings, fCurrentSettings++, NULL, &intStatus);
128 UResourceBundle *currCase = ures_getByIndex(fCases, fCurrentCase++, NULL, &intStatus);
datamap.cpp 77 t = ures_getByIndex(data, i, t, &status);
92 t = ures_getByIndex(data, i, t, &status);
tstdtmod.cpp 161 UResourceBundle *DataFillIn = ures_getByIndex(fTestData, index, NULL, &status);
  /external/icu/icu4c/source/common/
resbund.cpp 327 ures_getByIndex(fResource, indexR, &r, &status);
ucurr.cpp 602 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus);
612 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus);
916 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2);
933 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3);
    [all...]
uresbund.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
ures.h 623 ures_getByIndex(const UResourceBundle *resourceBundle,
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/i18n/
timezone.cpp 239 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
289 ures_getByIndex(ares, deref, &res, &ec);
    [all...]
dcfmtsym.cpp 468 ures_getByIndex(currency.getAlias(), 2, currency.getAlias(), &localStatus);
smpdtfmt.cpp 764 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)timeStyle, NULL, &status));
789 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)dateStyle, NULL, &status));
829 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)timeStyle, NULL, &status));
854 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)dateStyle, NULL, &status));
    [all...]
translit.cpp     [all...]
dtptngen.cpp 95 aiter->entries[i].item = ures_getByIndex(aiter->bund, i, NULL, status);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c     [all...]
crestst.c 675 item=ures_getByIndex(res, i, item, &errorCode);
945 helper = ures_getByIndex(res, j, helper, &status);
    [all...]
cldrtest.c 161 UResourceBundle *subSubBundle = ures_getByIndex(subBundle, 0, NULL, &errorCode);
162 UResourceBundle *subSubRootBundle = ures_getByIndex(subRootBundle, 0, NULL, &errorCode);
214 arr = ures_getByIndex(subBundle,idx,NULL,&errorCode);
    [all...]
  /external/icu/icu4c/source/tools/genrb/
derb.cpp 605 t = ures_getByIndex(resource, i, t, status);
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 573 rowbundle=ures_getByIndex(bundle, row, rowbundle, &err);
579 temp = ures_getByIndex(rowbundle, col, temp, &err);
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 156 ScopedResourceBundle currencyElem(ures_getByIndex(currency.get(), 0, NULL, &status));
366 UResourceBundle* currentBundle = ures_getByIndex(bundle, index, NULL, &status);
    [all...]

Completed in 929 milliseconds