Home
last modified time | relevance | path

Searched refs:unum_getAttribute (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/io/
Duprntf_p.cpp308 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_double_handler()
309 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_double_handler()
389 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS); in u_printf_integer_handler()
522 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS); in u_printf_uinteger_handler()
622 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_scientific_handler()
623 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_scientific_handler()
711 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_percent_handler()
712 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_percent_handler()
846 maxSigDecimalDigits = unum_getAttribute(format, UNUM_MAX_SIGNIFICANT_DIGITS); in u_printf_scidbl_handler()
914 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_spellout_handler()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c746 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
749 if(unum_getAttribute(def,attr)!=2) in TestNumberFormat()
755 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
758 if(unum_getAttribute(def,attr) != 8) in TestNumberFormat()
764 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
767 if(unum_getAttribute(def,attr) != 2) in TestNumberFormat()
776 newvalue=unum_getAttribute(fr, attr); in TestNumberFormat()
778 if(unum_getAttribute(def,attr)!=unum_getAttribute(fr, attr)) in TestNumberFormat()
1546 int isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt()
1553 isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dunum.h1090 unum_getAttribute(const UNumberFormat* fmt,
/external/icu/icu4c/source/i18n/
Dunum.cpp507 unum_getAttribute(const UNumberFormat* fmt, in unum_getAttribute() function
/external/icu/icu4c/source/common/unicode/
Durename.h1153 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro