Home
last modified time | relevance | path

Searched refs:rounding_type (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dintl-objects.h172 RoundingType rounding_type; member
H A Djs-number-format.cc834 if (digit_options.rounding_type == Intl::RoundingType::kMorePrecision) { in SetDigitOptionsToFormatterV2()
861 switch (digit_options.rounding_type) { in SetDigitOptionsToFormatterV3()
1458 digit_options.rounding_type != Intl::RoundingType::kFractionDigits) { in New()
H A Dintl-objects.cc1686 digit_options.rounding_type = RoundingType::kMorePrecision; in SetNumberFormatDigitOptions()
1691 digit_options.rounding_type = RoundingType::kLessPrecision; in SetNumberFormatDigitOptions()
1695 digit_options.rounding_type = RoundingType::kSignificantDigits; in SetNumberFormatDigitOptions()
1699 digit_options.rounding_type = RoundingType::kFractionDigits; in SetNumberFormatDigitOptions()
1704 digit_options.rounding_type = RoundingType::kMorePrecision; in SetNumberFormatDigitOptions()

Completed in 13 milliseconds