Home
last modified time | relevance | path

Searched refs:maximumFractionDigits (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_number_format.h156 int maximumFractionDigits = formatter->GetMaximumFractionDigits().GetInt(); in SetICUFormatterDigitOptions() local
166 icu::number::Precision::minMaxFraction(minimumFractionDigits, maximumFractionDigits); in SetICUFormatterDigitOptions()
Djs_plural_rules.cpp351 … JSHandle<JSTaggedValue> maximumFractionDigits(thread, pluralRules->GetMaximumFractionDigits()); in ResolvedOptions() local
352 JSObject::CreateDataPropertyOrThrow(thread, options, property, maximumFractionDigits); in ResolvedOptions()
Djs_number_format.cpp1026 … JSHandle<JSTaggedValue> maximumFractionDigits(thread, numberFormat->GetMaximumFractionDigits()); in ResolvedOptions() local
1027 JSObject::CreateDataPropertyOrThrow(thread, options, property, maximumFractionDigits); in ResolvedOptions()
Dglobal_env_constants.h376 …Value, MaximumFractionDigitsString, MAXIMUM_FRACTIONDIGITS_INDEX, maximumFractionDigits) …