Searched refs:UNUM_MIN_INTEGER_DIGITS (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/io/
H A Duprntf_p.c382 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);
/external/icu/icu4c/source/io/
H A Duprntf_p.c382 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);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunum.h832 UNUM_MIN_INTEGER_DIGITS, enumerator in enum:UNumberFormatAttribute
925 * UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS, UNUM_MIN_INTEGER_DIGITS, UNUM_INTEGER_DIGITS,
948 * UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS, UNUM_MIN_INTEGER_DIGITS, UNUM_INTEGER_DIGITS,
/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h844 UNUM_MIN_INTEGER_DIGITS, enumerator in enum:UNumberFormatAttribute
935 * UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS, UNUM_MIN_INTEGER_DIGITS, UNUM_INTEGER_DIGITS,
958 * UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS, UNUM_MIN_INTEGER_DIGITS, UNUM_INTEGER_DIGITS,
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp5376 case UNUM_MIN_INTEGER_DIGITS:
5481 case UNUM_MIN_INTEGER_DIGITS:
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp5783 case UNUM_MIN_INTEGER_DIGITS:
5888 case UNUM_MIN_INTEGER_DIGITS:

Completed in 2232 milliseconds