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

  /external/chromium_org/third_party/icu/source/io/
uprntf_p.c 307 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision);
312 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
316 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
333 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
334 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
383 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision);
400 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
514 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision);
528 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
619 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision)
    [all...]
  /external/icu/icu4c/source/io/
uprntf_p.c 307 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision);
312 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
316 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
333 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
334 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
383 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision);
400 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
514 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision);
528 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
619 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
currtest.c 176 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 2);
183 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3);
cnumtst.c 734 /*Testing unum_getAttribute and unum_setAttribute() */
739 unum_setAttribute(def, attr, newvalue);
748 unum_setAttribute(def, attr, newvalue);
757 unum_setAttribute(def, attr, newvalue);
768 unum_setAttribute(def, attr, newvalue);
816 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0);
    [all...]
cnmdptst.c 645 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits);
750 unum_setAttribute(f, UNUM_SECONDARY_GROUPING_SIZE, 4);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 731 /*Testing unum_getAttribute and unum_setAttribute() */
736 unum_setAttribute(def, attr, newvalue);
745 unum_setAttribute(def, attr, newvalue);
754 unum_setAttribute(def, attr, newvalue);
765 unum_setAttribute(def, attr, newvalue);
812 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0);
    [all...]
currtest.c 176 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 2);
183 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3);
cnmdptst.c 645 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits);
750 unum_setAttribute(f, UNUM_SECONDARY_GROUPING_SIZE, 4);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h 682 * @see unum_setAttribute
713 unum_setAttribute( UNumberFormat* fmt,
726 * @see unum_setAttribute
744 * @see unum_setAttribute
798 * @see unum_setAttribute
821 * @see unum_setAttribute
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
unum.h     [all...]
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 345 unum_setAttribute(fmt, fAttr,fAttrValue);
373 //unum_setAttribute(fmt, fAttr,fAttrValue);
504 unum_setAttribute(fmt, UNUM_GROUPING_USED, UNUM_NO);
511 unum_setAttribute(fmt, UNUM_GROUPING_USED, UNUM_NO);
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 156 unum_setAttribute(toUNumberFormat(addr), attr, value);
  /external/chromium_org/third_party/icu/source/i18n/
unum.cpp 563 unum_setAttribute( UNumberFormat* fmt,
  /external/icu/icu4c/source/i18n/
unum.cpp 487 unum_setAttribute( UNumberFormat* fmt,
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]

Completed in 279 milliseconds