Home
last modified time | relevance | path

Searched refs:UNUM_MIN_FRACTION_DIGITS (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/icu/source/io/
Duprntf_p.cpp308 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_double_handler()
340 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_double_handler()
622 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_scientific_handler()
632 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, 1); in u_printf_scientific_handler()
660 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_scientific_handler()
711 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_percent_handler()
743 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_percent_handler()
914 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_spellout_handler()
946 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_spellout_handler()
/third_party/icu/icu4c/source/io/
Duprntf_p.cpp308 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_double_handler()
340 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_double_handler()
622 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_scientific_handler()
632 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, 1); in u_printf_scientific_handler()
660 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_scientific_handler()
711 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_percent_handler()
743 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_percent_handler()
914 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_spellout_handler()
946 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_spellout_handler()
/third_party/icu/icu4c/source/i18n/
Dunum.cpp521 case UNUM_MIN_FRACTION_DIGITS: in unum_hasAttribute()
552 else if (attr == UNUM_MIN_FRACTION_DIGITS) { in unum_getAttribute()
597 else if (attr == UNUM_MIN_FRACTION_DIGITS) { in unum_setAttribute()
Ddecimfmt.cpp179 case UNUM_MIN_FRACTION_DIGITS: in setAttribute()
305 case UNUM_MIN_FRACTION_DIGITS: in getAttribute()
/third_party/node/deps/icu-small/source/i18n/
Dunum.cpp535 case UNUM_MIN_FRACTION_DIGITS: in unum_hasAttribute()
566 else if (attr == UNUM_MIN_FRACTION_DIGITS) { in unum_getAttribute()
611 else if (attr == UNUM_MIN_FRACTION_DIGITS) { in unum_setAttribute()
Ddecimfmt.cpp179 case UNUM_MIN_FRACTION_DIGITS: in setAttribute()
305 case UNUM_MIN_FRACTION_DIGITS: in getAttribute()
/third_party/icu/icu4c/source/test/cintltst/
Dcrelativedateformattest.c367 unum_setAttribute(nfToAdopt, UNUM_MIN_FRACTION_DIGITS, itemPtr->decPlaces); in TestRelDateFmt()
448 unum_setAttribute(nfToAdopt, UNUM_MIN_FRACTION_DIGITS, itemPtr->decPlaces); in TestNumericField()
Dcnumtst.c3356 unum_setAttribute(unf, UNUM_MIN_FRACTION_DIGITS, itemPtr->minFrac); in TestSetMaxFracAndRoundIncr()
3367 int32_t minFrac = unum_getAttribute(unf, UNUM_MIN_FRACTION_DIGITS); in TestSetMaxFracAndRoundIncr()
3428 unum_setAttribute(unum, UNUM_MIN_FRACTION_DIGITS, 0); in TestIgnorePadding()
3473 unum_setAttribute(unum, UNUM_MIN_FRACTION_DIGITS, 0); in TestSciNotationMaxFracCap()
3506 unum_setAttribute(unum, UNUM_MIN_FRACTION_DIGITS, 0); in TestMinIntMinFracZero()
3508 minFrac = unum_getAttribute(unum, UNUM_MIN_FRACTION_DIGITS); in TestMinIntMinFracZero()
3555 unum_setAttribute(unum, UNUM_MIN_FRACTION_DIGITS, 0); in TestMinIntMinFracZero()
3557 minFrac = unum_getAttribute(unum, UNUM_MIN_FRACTION_DIGITS); in TestMinIntMinFracZero()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunum.h1033 UNUM_MIN_FRACTION_DIGITS, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Dunum.h1040 UNUM_MIN_FRACTION_DIGITS, enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
Dunum.h986 UNUM_MIN_FRACTION_DIGITS, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/
Dunum.cpp533 else if (attr == UNUM_MIN_FRACTION_DIGITS) { in unum_getAttribute()
578 else if (attr == UNUM_MIN_FRACTION_DIGITS) { in unum_setAttribute()
Ddecimfmt.cpp179 case UNUM_MIN_FRACTION_DIGITS: in setAttribute()
305 case UNUM_MIN_FRACTION_DIGITS: in getAttribute()