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

  /external/icu/icu4c/source/test/cintltst/
crelativedateformattest.c 144 const RelDateTimeFormatTestItem *itemPtr;
146 for (itemPtr = fmtTestItems; itemPtr->locale != NULL; itemPtr++) {
152 if (itemPtr->decPlaces >= 0) {
153 nfToAdopt = unum_open(UNUM_DECIMAL, NULL, 0, itemPtr->locale, NULL, &status);
155 log_data_err("FAIL: unum_open(UNUM_DECIMAL, ...) for locale %s: %s\n", itemPtr->locale, myErrorName(status));
158 unum_setAttribute(nfToAdopt, UNUM_MIN_FRACTION_DIGITS, itemPtr->decPlaces);
159 unum_setAttribute(nfToAdopt, UNUM_MAX_FRACTION_DIGITS, itemPtr->decPlaces);
162 reldatefmt = ureldatefmt_open(itemPtr->locale, nfToAdopt, itemPtr->width, itemPtr->capContext, &status)
    [all...]
cbiapts.c     [all...]
cnumtst.c     [all...]
ccaltst.c     [all...]
cloctst.c     [all...]
cmsccoll.c     [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp     [all...]
dtfmrgts.cpp     [all...]
numfmtst.cpp     [all...]

Completed in 1022 milliseconds