Searched refs:unum_getAttribute (Results 1 – 9 of 9) sorted by relevance
/external/icu4c/io/ |
D | uprntf_p.c | 301 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_double_handler() 302 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_double_handler() 382 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS); in u_printf_integer_handler() 513 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS); in u_printf_uinteger_handler() 612 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_scientific_handler() 613 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_scientific_handler() 701 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_percent_handler() 702 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_percent_handler() 834 maxSigDecimalDigits = unum_getAttribute(format, UNUM_MAX_SIGNIFICANT_DIGITS); in u_printf_scidbl_handler() 899 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_spellout_handler() [all …]
|
/external/icu4c/test/cintltst/ |
D | cnumtst.c | 718 newvalue=unum_getAttribute(def, attr); in TestNumberFormat() 721 if(unum_getAttribute(def,attr)!=2) in TestNumberFormat() 727 newvalue=unum_getAttribute(def, attr); in TestNumberFormat() 730 if(unum_getAttribute(def,attr) != 8) in TestNumberFormat() 736 newvalue=unum_getAttribute(def, attr); in TestNumberFormat() 739 if(unum_getAttribute(def,attr) != 2) in TestNumberFormat() 748 newvalue=unum_getAttribute(fr, attr); in TestNumberFormat() 750 if(unum_getAttribute(def,attr)!=unum_getAttribute(fr, attr)) in TestNumberFormat() 1517 int isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt() 1524 isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt() [all …]
|
/external/icu4c/i18n/unicode/ |
D | unum.h | 832 unum_getAttribute(const UNumberFormat* fmt,
|
/external/icu4c/i18n/ |
D | unum.cpp | 463 unum_getAttribute(const UNumberFormat* fmt, in unum_getAttribute() function
|
/external/icu4c/common/unicode/ |
D | urename.h | 1145 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | urename.h | 866 #define unum_getAttribute unum_getAttribute_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | urename.h | 866 #define unum_getAttribute unum_getAttribute_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | urename.h | 866 #define unum_getAttribute unum_getAttribute_3_2 macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | urename.h | 866 #define unum_getAttribute unum_getAttribute_3_2 macro
|