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

  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 69 private static final int UNUM_MULTIPLIER = 9;
354 return getAttribute(this.address, UNUM_MULTIPLIER);
437 setAttribute(this.address, UNUM_MULTIPLIER, value);
  /external/icu4c/i18n/unicode/
unum.h 699 UNUM_MULTIPLIER,
733 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
755 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
    [all...]
  /external/icu4c/i18n/
unum.cpp 499 case UNUM_MULTIPLIER:
590 case UNUM_MULTIPLIER:
  /external/icu4c/test/cintltst/
cnumtst.c 748 attr=UNUM_MULTIPLIER;
753 log_err("error in setting and getting attributes for UNUM_MULTIPLIER\n");
755 log_verbose("Pass:setting and getting attributes for UNUM_MULTIPLIER works fine\n");
    [all...]

Completed in 163 milliseconds