Searched refs:unum_getAttribute (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cnumtst.c | 765 newvalue=unum_getAttribute(def, attr); in TestNumberFormat() 768 if(unum_getAttribute(def,attr)!=2) in TestNumberFormat() 774 newvalue=unum_getAttribute(def, attr); in TestNumberFormat() 777 if(unum_getAttribute(def,attr) != 8) in TestNumberFormat() 783 newvalue=unum_getAttribute(def, attr); in TestNumberFormat() 786 if(unum_getAttribute(def,attr) != 2) in TestNumberFormat() 788 unum_getAttribute(def,attr)); in TestNumberFormat() 796 newvalue=unum_getAttribute(fr, attr); in TestNumberFormat() 798 if(unum_getAttribute(def,attr)!=unum_getAttribute(fr, attr)) in TestNumberFormat() 1579 int isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt() [all …]
|
/external/icu/icu4c/source/io/ |
D | uprntf_p.cpp | 308 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/i18n/unicode/ |
D | unum.h | 1152 unum_getAttribute(const UNumberFormat* fmt,
|
/external/icu/libicu/cts_headers/unicode/ |
D | unum.h | 1152 unum_getAttribute(const UNumberFormat* fmt,
|
D | urename.h | 1223 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | unum.h | 1152 unum_getAttribute(const UNumberFormat* fmt,
|
D | urename.h | 1223 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro
|
/external/icu/icu4c/source/i18n/ |
D | unum.cpp | 512 unum_getAttribute(const UNumberFormat* fmt, in unum_getAttribute() function
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 1223 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1223 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro
|