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

  /external/icu4c/io/
uprntf_p.c 307 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision);
312 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
316 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
619 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision);
629 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
633 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
707 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision);
712 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
716 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
905 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision)
    [all...]
  /external/icu4c/test/cintltst/
currtest.c 176 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 2);
183 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3);
  /external/icu4c/i18n/unicode/
unum.h 697 UNUM_FRACTION_DIGITS,
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 486 case UNUM_FRACTION_DIGITS:
573 case UNUM_FRACTION_DIGITS:
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 68 private static final int UNUM_FRACTION_DIGITS = 8;

Completed in 50 milliseconds