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

  /external/chromium/third_party/icu/source/io/
uprntf_p.c 301 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
333 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
612 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
622 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, 1);
650 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
701 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
733 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
899 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
931 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
    [all...]
  /external/icu4c/io/
uprntf_p.c 301 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
333 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
612 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
622 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, 1);
650 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
701 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
733 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
899 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
931 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
    [all...]
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 68 private static final int UNUM_MIN_FRACTION_DIGITS = 7;
343 return getAttribute(this.addr, UNUM_MIN_FRACTION_DIGITS);
430 setAttribute(this.addr, UNUM_MIN_FRACTION_DIGITS, value);
  /external/chromium/third_party/icu/public/i18n/unicode/
unum.h 552 UNUM_MIN_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 641 UNUM_MIN_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 425 case UNUM_MIN_FRACTION_DIGITS:
512 case UNUM_MIN_FRACTION_DIGITS:
  /external/icu4c/i18n/
unum.cpp 428 case UNUM_MIN_FRACTION_DIGITS:
515 case UNUM_MIN_FRACTION_DIGITS:

Completed in 318 milliseconds