Home
last modified time | relevance | path

Searched refs:unum_setAttribute (Results 1 – 21 of 21) sorted by relevance

/third_party/icu/icu4c/source/io/
Duprntf_p.cpp314 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_double_handler()
319 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler()
323 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler()
340 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_double_handler()
341 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_double_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()
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()
629 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_scientific_handler()
[all …]
Duscanf_p.cpp733 unum_setAttribute(localFormat, UNUM_PARSE_INT_ONLY, parseIntOnly); in u_scanf_integer_handler()
/third_party/skia/third_party/externals/icu/source/io/
Duprntf_p.cpp314 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_double_handler()
319 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler()
323 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler()
340 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_double_handler()
341 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_double_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()
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()
629 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_scientific_handler()
[all …]
Duscanf_p.cpp733 unum_setAttribute(localFormat, UNUM_PARSE_INT_ONLY, parseIntOnly); in u_scanf_integer_handler()
/third_party/icu/icu4c/source/test/cintltst/
Dcnumtst.c775 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()
785 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()
795 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()
808 unum_setAttribute(def, attr, newvalue); in TestNumberFormat()
859 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0); in TestNumberFormat()
1246 unum_setAttribute(fmt, UNUM_SIGNIFICANT_DIGITS_USED, true); in TestSignificantDigits()
1247 unum_setAttribute(fmt, UNUM_MAX_SIGNIFICANT_DIGITS, 6); in TestSignificantDigits()
1287 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, false); in TestSigDigRounding()
1288 unum_setAttribute(fmt, UNUM_SIGNIFICANT_DIGITS_USED, true); in TestSigDigRounding()
1289 unum_setAttribute(fmt, UNUM_MAX_SIGNIFICANT_DIGITS, 2); in TestSigDigRounding()
[all …]
Dcrelativedateformattest.c367 unum_setAttribute(nfToAdopt, UNUM_MIN_FRACTION_DIGITS, itemPtr->decPlaces); in TestRelDateFmt()
368 unum_setAttribute(nfToAdopt, UNUM_MAX_FRACTION_DIGITS, itemPtr->decPlaces); in TestRelDateFmt()
369 unum_setAttribute(nfToAdopt, UNUM_ROUNDING_MODE, UNUM_ROUND_DOWN); in TestRelDateFmt()
448 unum_setAttribute(nfToAdopt, UNUM_MIN_FRACTION_DIGITS, itemPtr->decPlaces); in TestNumericField()
449 unum_setAttribute(nfToAdopt, UNUM_MAX_FRACTION_DIGITS, itemPtr->decPlaces); in TestNumericField()
450 unum_setAttribute(nfToAdopt, UNUM_ROUNDING_MODE, UNUM_ROUND_DOWN); in TestNumericField()
Dcurrtest.c209 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 2); in TestFractionDigitOverride()
216 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3); in TestFractionDigitOverride()
Dcnmdptst.c583 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits); in roundingTest()
688 unum_setAttribute(f, UNUM_SECONDARY_GROUPING_SIZE, 4); in TestSecondaryGrouping()
968 unum_setAttribute(nnf, UNUM_MAX_FRACTION_DIGITS, 2); in TestRounding5350()
1024 unum_setAttribute(nf, UNUM_ROUNDING_MODE, roundingMode); in roundingTest2()
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
DhowExpensiveIs.cpp350 unum_setAttribute(fmt, fAttr,fAttrValue); in initFmt()
509 unum_setAttribute(fmt, UNUM_GROUPING_USED, UNUM_NO); in initFmt()
516 unum_setAttribute(fmt, UNUM_GROUPING_USED, UNUM_NO); in initFmt()
/third_party/icu/ohos_icu4c/
Dlibicu.map402 unum_setAttribute;
/third_party/icu/icu4c/source/i18n/unicode/
Dunum.h1226 unum_setAttribute( UNumberFormat* fmt,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunum.h1198 unum_setAttribute( UNumberFormat* fmt,
/third_party/node/deps/icu-small/source/i18n/unicode/
Dunum.h1170 unum_setAttribute( UNumberFormat* fmt,
/third_party/icu/icu4c/source/i18n/
Dunum.cpp574 unum_setAttribute( UNumberFormat* fmt, in unum_setAttribute() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dunum.cpp555 unum_setAttribute( UNumberFormat* fmt, in unum_setAttribute() function
/third_party/node/deps/icu-small/source/i18n/
Dunum.cpp590 unum_setAttribute( UNumberFormat* fmt, in unum_setAttribute() function
/third_party/icu/ohos_icu4c/src/
Dicu_addon.cpp442 #undef unum_setAttribute
1735 void unum_setAttribute(UNumberFormat * fmt, UNumberFormatAttribute attr, int32_t newValue) { in unum_setAttribute() function
1736 U_ICU_ENTRY_POINT_RENAME(unum_setAttribute)(fmt, attr, newValue); in unum_setAttribute() local
/third_party/skia/third_party/externals/icu/source/common/unicode/
Durename.h1246 #define unum_setAttribute U_ICU_ENTRY_POINT_RENAME(unum_setAttribute) macro
/third_party/node/deps/icu-small/source/common/unicode/
Durename.h1310 #define unum_setAttribute U_ICU_ENTRY_POINT_RENAME(unum_setAttribute) macro
/third_party/icu/icu4c/source/common/unicode/
Durename.h1264 #define unum_setAttribute U_ICU_ENTRY_POINT_RENAME(unum_setAttribute) macro
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp7159 unum_setAttribute(fmt,UNUM_ROUNDING_MODE,UNUM_ROUND_HALFEVEN); in Test9087()