Home
last modified time | relevance | path

Searched refs:UNUM_MIN_INTEGER_DIGITS (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/io/
Duprntf_p.cpp389 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS); in u_printf_integer_handler()
390 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); in u_printf_integer_handler()
407 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); in u_printf_integer_handler()
522 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS); in u_printf_uinteger_handler()
523 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); in u_printf_uinteger_handler()
537 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); in u_printf_uinteger_handler()
/external/icu/icu4c/source/i18n/unicode/
Dunum.h964 UNUM_MIN_INTEGER_DIGITS, enumerator
/external/icu/icu4c/source/i18n/
Dunum.cpp518 else if (attr == UNUM_MIN_INTEGER_DIGITS) { in unum_getAttribute()
563 else if (attr == UNUM_MIN_INTEGER_DIGITS) { in unum_setAttribute()
Ddecimfmt.cpp3101 case UNUM_MIN_INTEGER_DIGITS: in setAttribute()
3218 case UNUM_MIN_INTEGER_DIGITS: in getAttribute()