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

1 2

  /external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/source/common/
resbund.cpp 325 ures_getByIndex(fResource, indexR, &r, &status);
  /external/chromium_org/third_party/icu/source/common/unicode/
ures.h 616 ures_getByIndex(const UResourceBundle *resourceBundle,
    [all...]
  /external/icu/icu4c/source/common/
resbund.cpp 325 ures_getByIndex(fResource, indexR, &r, &status);
  /external/icu/icu4c/source/common/unicode/
ures.h 617 ures_getByIndex(const UResourceBundle *resourceBundle,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp 590 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus);
602 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus);
911 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2);
944 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 334 ures_getByIndex(currency.getAlias(), 2, currency.getAlias(), &localStatus);
compactdecimalformat.cpp 673 power10 = ures_getByIndex(decimalFormatBundle, i, power10, &status);
711 variantBundle = ures_getByIndex(power10Bundle, i, variantBundle, &status);
  /external/icu/icu4c/source/i18n/
ucurr.cpp 590 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus);
602 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus);
911 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2);
944 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 334 ures_getByIndex(currency.getAlias(), 2, currency.getAlias(), &localStatus);
compactdecimalformat.cpp 673 power10 = ures_getByIndex(decimalFormatBundle, i, power10, &status);
711 variantBundle = ures_getByIndex(power10Bundle, i, variantBundle, &status);
  /external/chromium_org/third_party/icu/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 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/cintltst/
creststn.c     [all...]
crestst.c 673 item=ures_getByIndex(res, i, item, &errorCode);
943 helper = ures_getByIndex(res, j, helper, &status);
    [all...]
  /external/chromium_org/third_party/icu/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/test/intltest/
restsnew.cpp 570 rowbundle=ures_getByIndex(bundle, row, rowbundle, &err);
576 temp = ures_getByIndex(rowbundle, col, temp, &err);
    [all...]

Completed in 2066 milliseconds

1 2