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

  /external/chromium/third_party/icu/public/i18n/unicode/
unum.h 556 UNUM_MULTIPLIER,
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 645 UNUM_MULTIPLIER,
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...]
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 70 private static final int UNUM_MULTIPLIER = 9;
355 return getAttribute(this.addr, UNUM_MULTIPLIER);
438 setAttribute(this.addr, UNUM_MULTIPLIER, value);

Completed in 227 milliseconds