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

  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 65 private static final int UNUM_MIN_INTEGER_DIGITS = 4;
347 return getAttribute(this.addr, UNUM_MIN_INTEGER_DIGITS);
434 setAttribute(this.addr, UNUM_MIN_INTEGER_DIGITS, value);
  /external/chromium/third_party/icu/source/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/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/chromium/third_party/icu/public/i18n/unicode/
unum.h 546 UNUM_MIN_INTEGER_DIGITS,
589 * UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS, UNUM_MIN_INTEGER_DIGITS, UNUM_INTEGER_DIGITS,
611 * UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS, UNUM_MIN_INTEGER_DIGITS, UNUM_INTEGER_DIGITS,
  /external/icu4c/i18n/unicode/
unum.h 635 UNUM_MIN_INTEGER_DIGITS,
678 * UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS, UNUM_MIN_INTEGER_DIGITS, UNUM_INTEGER_DIGITS,
700 * UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS, UNUM_MIN_INTEGER_DIGITS, UNUM_INTEGER_DIGITS,
    [all...]
  /external/chromium/third_party/icu/source/i18n/
unum.cpp 415 case UNUM_MIN_INTEGER_DIGITS:
499 case UNUM_MIN_INTEGER_DIGITS:
  /external/icu4c/i18n/
unum.cpp 418 case UNUM_MIN_INTEGER_DIGITS:
502 case UNUM_MIN_INTEGER_DIGITS:

Completed in 132 milliseconds