Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_plural_rules_test.cpp97 EXPECT_EQ(initPluralRules->GetRoundingType(), RoundingType::FRACTIONDIGITS); in HWTEST_F_L0()
H A Djs_locale_test.cpp313 EXPECT_EQ(jsPluralRules->GetRoundingType(), RoundingType::FRACTIONDIGITS); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_locale.h70 enum class RoundingType : uint8_t { FRACTIONDIGITS = 0x01, SIGNIFICANTDIGITS, COMPACTROUNDING, EXCEPTION }; member in panda::ecmascript::RoundingType
577 intlObj->SetRoundingType(RoundingType::FRACTIONDIGITS); in SetNumberFormatDigitOptions()
606 intlObj->SetRoundingType(RoundingType::FRACTIONDIGITS); in SetNumberFormatDigitOptions()

Completed in 4 milliseconds