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

  /external/icu/icu4c/source/io/
uprntf_p.c 309 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision);
314 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
318 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
335 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
336 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
385 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision);
402 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
516 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision);
530 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
621 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
crelativedateformattest.c 158 unum_setAttribute(nfToAdopt, UNUM_MIN_FRACTION_DIGITS, itemPtr->decPlaces);
159 unum_setAttribute(nfToAdopt, UNUM_MAX_FRACTION_DIGITS, itemPtr->decPlaces);
160 unum_setAttribute(nfToAdopt, UNUM_ROUNDING_MODE, UNUM_ROUND_DOWN);
currtest.c 179 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 2);
186 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3);
cnumtst.c 739 /*Testing unum_getAttribute and unum_setAttribute() */
744 unum_setAttribute(def, attr, newvalue);
753 unum_setAttribute(def, attr, newvalue);
762 unum_setAttribute(def, attr, newvalue);
773 unum_setAttribute(def, attr, newvalue);
820 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0);
    [all...]
cnmdptst.c 648 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits);
753 unum_setAttribute(f, UNUM_SECONDARY_GROUPING_SIZE, 4);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
unum.h     [all...]
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 350 unum_setAttribute(fmt, fAttr,fAttrValue);
378 //unum_setAttribute(fmt, fAttr,fAttrValue);
509 unum_setAttribute(fmt, UNUM_GROUPING_USED, UNUM_NO);
516 unum_setAttribute(fmt, UNUM_GROUPING_USED, UNUM_NO);
  /external/icu/icu4c/source/i18n/
unum.cpp 500 unum_setAttribute( UNumberFormat* fmt,
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]

Completed in 662 milliseconds