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

  /external/chromium/third_party/icu/source/io/
uprntf_p.c 302 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
334 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
613 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
623 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, info->fPrecision);
651 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
702 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
734 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
900 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
932 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
    [all...]
  /external/icu4c/io/
uprntf_p.c 302 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
334 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
613 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
623 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, info->fPrecision);
651 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
702 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
734 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
900 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
932 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
    [all...]
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 67 private static final int UNUM_MAX_FRACTION_DIGITS = 6;
335 return getAttribute(this.addr, UNUM_MAX_FRACTION_DIGITS);
422 setAttribute(this.addr, UNUM_MAX_FRACTION_DIGITS, value);
  /external/chromium/third_party/icu/public/i18n/unicode/
unum.h 550 UNUM_MAX_FRACTION_DIGITS,
590 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
612 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
  /external/icu4c/i18n/unicode/
unum.h 639 UNUM_MAX_FRACTION_DIGITS,
679 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
701 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
    [all...]
  /external/chromium/third_party/icu/source/i18n/
unum.cpp 422 case UNUM_MAX_FRACTION_DIGITS:
508 case UNUM_MAX_FRACTION_DIGITS:
  /external/icu4c/i18n/
unum.cpp 425 case UNUM_MAX_FRACTION_DIGITS:
511 case UNUM_MAX_FRACTION_DIGITS:
  /external/chromium/third_party/icu/source/test/cintltst/
cnmdptst.c 645 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits);
    [all...]
cnumtst.c     [all...]
  /external/icu4c/test/cintltst/
cnmdptst.c 645 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits);
    [all...]
cnumtst.c     [all...]

Completed in 358 milliseconds