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

  /external/icu4c/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/icu4c/common/
resbund.cpp 318 ures_getByIndex(fResource, indexR, &r, &status);
uresbund.c     [all...]
  /external/icu4c/common/unicode/
ures.h 609 ures_getByIndex(const UResourceBundle *resourceBundle,
    [all...]
urename.h     [all...]
  /external/icu4c/i18n/
ucurr.cpp 440 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus);
452 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus);
760 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2);
790 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3);
871 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2);
941 UResourceBundle* names = ures_getByIndex(curr_p, i, NULL, &ec3);
    [all...]
timezone.cpp 238 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
288 ures_getByIndex(ares, deref, &res, &ec);
    [all...]
dcfmtsym.cpp 330 currency = ures_getByIndex(currency, 2, currency, &localStatus);
dtitvinf.cpp 270 LocalUResourceBundlePointer oneRes(ures_getByIndex(itvDtPtnResource, index,
smpdtfmt.cpp 566 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)timeStyle, NULL, &status);
598 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)dateStyle, NULL, &status);
644 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)timeStyle, NULL, &status);
670 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)dateStyle, NULL, &status);
    [all...]
tmutfmt.cpp 437 UResourceBundle* oneTimeUnit = ures_getByIndex(unitsRes, index,
    [all...]
translit.cpp     [all...]
dtptngen.cpp 92 aiter->entries[i].item = ures_getByIndex(aiter->bund, i, NULL, status);
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 155 UResourceBundle *subSubBundle = ures_getByIndex(subBundle, 0, NULL, &errorCode);
156 UResourceBundle *subSubRootBundle = ures_getByIndex(subRootBundle, 0, NULL, &errorCode);
208 arr = ures_getByIndex(subBundle,idx,NULL,&errorCode);
    [all...]
creststn.c     [all...]
crestst.c 674 item=ures_getByIndex(res, i, item, &errorCode);
944 helper = ures_getByIndex(res, j, helper, &status);
    [all...]
  /external/icu4c/test/intltest/
restsnew.cpp 570 rowbundle=ures_getByIndex(bundle, row, rowbundle, &err);
576 temp = ures_getByIndex(rowbundle, col, temp, &err);
    [all...]
  /external/icu4c/tools/genrb/
derb.c 690 t = ures_getByIndex(resource, i, t, status);
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 146 ScopedResourceBundle currencyElem(ures_getByIndex(currency.get(), 0, NULL, &status));
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]

Completed in 480 milliseconds