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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h 836 UNUM_MAX_FRACTION_DIGITS,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
unum.h 848 UNUM_MAX_FRACTION_DIGITS,
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 65 private static final int UNUM_MAX_FRACTION_DIGITS = 6;
402 return getAttribute(this.address, UNUM_MAX_FRACTION_DIGITS);
493 setAttribute(this.address, UNUM_MAX_FRACTION_DIGITS, value);

Completed in 799 milliseconds