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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h 651 UNUM_ROUNDING_INCREMENT,
723 * @param attr The attribute to query; e.g. UNUM_ROUNDING_INCREMENT.
741 * @param attr The attribute to set; e.g. UNUM_ROUNDING_INCREMENT.
    [all...]
  /external/icu4c/i18n/unicode/
unum.h 773 UNUM_ROUNDING_INCREMENT,
897 * @param attr The attribute to query; e.g. UNUM_ROUNDING_INCREMENT.
915 * @param attr The attribute to set; e.g. UNUM_ROUNDING_INCREMENT.
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 72 private static final int UNUM_ROUNDING_INCREMENT = 12;

Completed in 543 milliseconds