Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc107 // prefix with Intl as IntlRoundingMode
108 enum class IntlRoundingMode { class
213 IntlRoundingMode rounding_mode) { in ToUNumberFormatRoundingMode()
215 case IntlRoundingMode::CEIL: in ToUNumberFormatRoundingMode()
217 case IntlRoundingMode::FLOOR: in ToUNumberFormatRoundingMode()
219 case IntlRoundingMode::EXPAND: in ToUNumberFormatRoundingMode()
221 case IntlRoundingMode::TRUNC: in ToUNumberFormatRoundingMode()
223 case IntlRoundingMode::HALF_CEIL: in ToUNumberFormatRoundingMode()
225 case IntlRoundingMode::HALF_FLOOR: in ToUNumberFormatRoundingMode()
227 case IntlRoundingMode in ToUNumberFormatRoundingMode()
[all...]

Completed in 3 milliseconds