Searched refs:maximumFractionDigits (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_number_format.h | 156 int maximumFractionDigits = formatter->GetMaximumFractionDigits().GetInt(); in SetICUFormatterDigitOptions() local 166 icu::number::Precision::minMaxFraction(minimumFractionDigits, maximumFractionDigits); in SetICUFormatterDigitOptions()
|
D | js_plural_rules.cpp | 351 … JSHandle<JSTaggedValue> maximumFractionDigits(thread, pluralRules->GetMaximumFractionDigits()); in ResolvedOptions() local 352 JSObject::CreateDataPropertyOrThrow(thread, options, property, maximumFractionDigits); in ResolvedOptions()
|
D | js_number_format.cpp | 1026 … JSHandle<JSTaggedValue> maximumFractionDigits(thread, numberFormat->GetMaximumFractionDigits()); in ResolvedOptions() local 1027 JSObject::CreateDataPropertyOrThrow(thread, options, property, maximumFractionDigits); in ResolvedOptions()
|
D | global_env_constants.h | 376 …Value, MaximumFractionDigitsString, MAXIMUM_FRACTIONDIGITS_INDEX, maximumFractionDigits) …
|