Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_locale.h70 enum class RoundingType : uint8_t { FRACTIONDIGITS = 0x01, SIGNIFICANTDIGITS, COMPACTROUNDING, EXCEPTION }; member in panda::ecmascript::RoundingType
560 intlObj->SetRoundingType(RoundingType::SIGNIFICANTDIGITS); in SetNumberFormatDigitOptions()
H A Djs_plural_rules.cpp334 if (roundingType == RoundingType::SIGNIFICANTDIGITS) { in ResolvedOptions()
H A Djs_number_format.cpp1086 if (roundingType == RoundingType::SIGNIFICANTDIGITS) { in ResolvedOptions()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_locale_test.cpp290 EXPECT_EQ(jsNumberFormat->GetRoundingType(), RoundingType::SIGNIFICANTDIGITS); in HWTEST_F_L0()

Completed in 6 milliseconds