Home
last modified time | relevance | path

Searched refs:rounding_increment (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc851 const Intl::NumberFormatDigitOptions& digit_options, int rounding_increment, in SetDigitOptionsToFormatterV3()
886 if (rounding_increment != 1) { in SetDigitOptionsToFormatterV3()
887 double icu_increment = rounding_increment * in SetDigitOptionsToFormatterV3()
903 const Intl::NumberFormatDigitOptions& digit_options, int rounding_increment, in SetDigitOptionsToFormatter()
907 rounding_increment, trailing_zeros); in SetDigitOptionsToFormatter()
1441 int rounding_increment = 1; in New() local
1445 CHECK(maybe_rounding_increment.To(&rounding_increment)); in New()
1449 if (!IsValidRoundingIncrement(rounding_increment)) { in New()
1457 if (rounding_increment != 1 && in New()
1480 settings, digit_options, rounding_increment, in New()
849 SetDigitOptionsToFormatterV3( const icu::number::UnlocalizedNumberFormatter& settings, const Intl::NumberFormatDigitOptions& digit_options, int rounding_increment, JSNumberFormat::ShowTrailingZeros trailing_zeros) SetDigitOptionsToFormatterV3() argument
901 SetDigitOptionsToFormatter( const icu::number::UnlocalizedNumberFormatter& settings, const Intl::NumberFormatDigitOptions& digit_options, int rounding_increment, JSNumberFormat::ShowTrailingZeros trailing_zeros) SetDigitOptionsToFormatter() argument
[all...]
H A Djs-number-format.h89 int rounding_increment, ShowTrailingZeros show);

Completed in 6 milliseconds