HomeSort by relevance Sort by last modified time
    Searched defs:UNUM_MULTIPLIER (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/unicode/
unum.h 753 UNUM_MULTIPLIER,
821 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
843 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 69 private static final int UNUM_MULTIPLIER = 9;
359 return getAttribute(this.address, UNUM_MULTIPLIER);
442 setAttribute(this.address, UNUM_MULTIPLIER, value);

Completed in 505 milliseconds