Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_number_format.cpp39 CurrencySignOption::STANDARD, CurrencySignOption::ACCOUNTING
54 NotationOption::STANDARD, NotationOption::SCIENTIFIC,
135 case CurrencySignOption::STANDARD: in OptionToEcmaString()
174 case NotationOption::STANDARD: in OptionToEcmaString()
377 CurrencySignOption::STANDARD); in SetNumberFormatUnitOptions()
632 NotationOption::STANDARD); in InitializeNumberFormat()
664 case NotationOption::STANDARD: in InitializeNumberFormat()
702 // SignDisplay::AUTO and CurrencySign::STANDARD so we can skip setting in InitializeNumberFormat()
H A Djs_displaynames.h60 STANDARD, member in panda::ecmascript::LanguageDisplayOption
H A Djs_displaynames.cpp67 LanguageDisplayOption::DIALECT, LanguageDisplayOption::STANDARD
501 case LanguageDisplayOption::STANDARD: in LanguageDisplayOptionToEcmaString()
H A Djs_number_format.h36 enum class CurrencySignOption : uint8_t { STANDARD = 0x01, ACCOUNTING, EXCEPTION }; member in panda::ecmascript::CurrencySignOption
H A Djs_plural_rules.cpp249 MXFD_DEFAULT, NotationOption::STANDARD); in InitializePluralRules()
H A Djs_locale.h71 enum class NotationOption : uint8_t { STANDARD = 0x01, SCIENTIFIC, ENGINEERING, COMPACT, EXCEPTION }; member in panda::ecmascript::NotationOption
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_number_format_test.cpp84 EXPECT_EQ(NotationOption::STANDARD, numberFormat->GetNotation()); in HWTEST_F_L0()
88 EXPECT_EQ(CurrencySignOption::STANDARD, numberFormat->GetCurrencySign()); in HWTEST_F_L0()

Completed in 7 milliseconds