/external/icu4c/io/ |
D | uprntf_p.c | 307 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_double_handler() 312 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler() 316 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler() 333 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_double_handler() 334 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_double_handler() 383 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); in u_printf_integer_handler() 400 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); in u_printf_integer_handler() 514 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); in u_printf_uinteger_handler() 528 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); in u_printf_uinteger_handler() 619 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_scientific_handler() [all …]
|
/external/icu4c/test/cintltst/ |
D | cnumtst.c | 720 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 729 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 738 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 749 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 796 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0); in TestNumberFormat() 1176 unum_setAttribute(fmt, UNUM_SIGNIFICANT_DIGITS_USED, TRUE); in TestSignificantDigits() 1177 unum_setAttribute(fmt, UNUM_MAX_SIGNIFICANT_DIGITS, 6); in TestSignificantDigits() 1217 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, FALSE); in TestSigDigRounding() 1218 unum_setAttribute(fmt, UNUM_SIGNIFICANT_DIGITS_USED, TRUE); in TestSigDigRounding() 1219 unum_setAttribute(fmt, UNUM_MAX_SIGNIFICANT_DIGITS, 2); in TestSigDigRounding() [all …]
|
D | currtest.c | 176 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 2); in TestFractionDigitOverride() 183 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3); in TestFractionDigitOverride()
|
D | cnmdptst.c | 645 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits); in roundingTest() 750 unum_setAttribute(f, UNUM_SECONDARY_GROUPING_SIZE, 4); in TestSecondaryGrouping() 998 unum_setAttribute(nnf, UNUM_MAX_FRACTION_DIGITS, 2); in TestRounding5350() 1043 unum_setAttribute(nf, UNUM_ROUNDING_MODE, roundingMode); in roundingTest2()
|
/external/icu4c/i18n/unicode/ |
D | unum.h | 855 unum_setAttribute( UNumberFormat* fmt,
|
/external/icu4c/i18n/ |
D | unum.cpp | 483 unum_setAttribute( UNumberFormat* fmt, in unum_setAttribute() function
|
/external/icu4c/test/perf/howExpensiveIs/ |
D | howExpensiveIs.cpp | 341 unum_setAttribute(fmt, fAttr,fAttrValue); in initFmt()
|
/external/icu4c/common/unicode/ |
D | urename.h | 1157 #define unum_setAttribute U_ICU_ENTRY_POINT_RENAME(unum_setAttribute) macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | urename.h | 877 #define unum_setAttribute unum_setAttribute_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | urename.h | 877 #define unum_setAttribute unum_setAttribute_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | urename.h | 877 #define unum_setAttribute unum_setAttribute_3_2 macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | urename.h | 877 #define unum_setAttribute unum_setAttribute_3_2 macro
|
/external/icu4c/test/intltest/ |
D | numfmtst.cpp | 6572 unum_setAttribute(fmt,UNUM_ROUNDING_MODE,UNUM_ROUND_HALFEVEN); in Test9087()
|