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

  /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);
  /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...]
  /external/chromium/third_party/icu/source/i18n/
unum.cpp 441 case UNUM_MULTIPLIER:
533 case UNUM_MULTIPLIER:
  /external/icu4c/i18n/
unum.cpp 444 case UNUM_MULTIPLIER:
536 case UNUM_MULTIPLIER:
  /external/chromium/third_party/icu/source/test/cintltst/
cnumtst.c 690 attr=UNUM_MULTIPLIER;
695 log_err("error in setting and getting attributes for UNUM_MULTIPLIER\n");
697 log_verbose("Pass:setting and getting attributes for UNUM_MULTIPLIER works fine\n");
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 690 attr=UNUM_MULTIPLIER;
695 log_err("error in setting and getting attributes for UNUM_MULTIPLIER\n");
697 log_verbose("Pass:setting and getting attributes for UNUM_MULTIPLIER works fine\n");
    [all...]

Completed in 559 milliseconds