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

  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 64 private static final int UNUM_MIN_INTEGER_DIGITS = 4;
346 return getAttribute(this.address, UNUM_MIN_INTEGER_DIGITS);
433 setAttribute(this.address, UNUM_MIN_INTEGER_DIGITS, value);
  /external/icu4c/io/
uprntf_p.c 382 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
383 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision);
400 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
513 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
514 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision);
528 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
    [all...]
  /external/icu4c/i18n/unicode/
unum.h 689 UNUM_MIN_INTEGER_DIGITS,
732 * UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS, UNUM_MIN_INTEGER_DIGITS, UNUM_INTEGER_DIGITS,
754 * UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS, UNUM_MIN_INTEGER_DIGITS, UNUM_INTEGER_DIGITS,
    [all...]
  /external/icu4c/i18n/
unum.cpp 473 case UNUM_MIN_INTEGER_DIGITS:
556 case UNUM_MIN_INTEGER_DIGITS:

Completed in 494 milliseconds