Searched refs:UNUM_MIN_INTEGER_DIGITS (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/io/ |
D | uprntf_p.cpp | 389 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/ |
D | unum.h | 964 UNUM_MIN_INTEGER_DIGITS, enumerator
|
/external/icu/icu4c/source/i18n/ |
D | unum.cpp | 518 else if (attr == UNUM_MIN_INTEGER_DIGITS) { in unum_getAttribute() 563 else if (attr == UNUM_MIN_INTEGER_DIGITS) { in unum_setAttribute()
|
D | decimfmt.cpp | 3101 case UNUM_MIN_INTEGER_DIGITS: in setAttribute() 3218 case UNUM_MIN_INTEGER_DIGITS: in getAttribute()
|