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

  /external/icu4c/i18n/unicode/
unum.h 705 UNUM_ROUNDING_INCREMENT,
777 * @param attr The attribute to query; e.g. UNUM_ROUNDING_INCREMENT.
795 * @param attr The attribute to set; e.g. UNUM_ROUNDING_INCREMENT.
    [all...]
  /external/icu4c/i18n/
unum.cpp 628 if (df != NULL && attr == UNUM_ROUNDING_INCREMENT) {
642 if (df != NULL && attr == UNUM_ROUNDING_INCREMENT) {
  /external/icu4c/test/cintltst/
cnumtst.c     [all...]
cnmdptst.c 688 attr=UNUM_ROUNDING_INCREMENT;
695 log_err("Fail: error in setting and getting double attributes for UNUM_ROUNDING_INCREMENT\n");
697 log_verbose("Pass: setting and getting double attributes for UNUM_ROUNDING_INCREMENT works fine\n");
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 72 private static final int UNUM_ROUNDING_INCREMENT = 12;

Completed in 37 milliseconds