Searched refs:STANDARD (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_number_format.cpp | 39 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 D | js_displaynames.h | 60 STANDARD,
member in panda::ecmascript::LanguageDisplayOption
|
H A D | js_displaynames.cpp | 67 LanguageDisplayOption::DIALECT, LanguageDisplayOption::STANDARD 501 case LanguageDisplayOption::STANDARD: in LanguageDisplayOptionToEcmaString()
|
H A D | js_number_format.h | 36 enum class CurrencySignOption : uint8_t { STANDARD = 0x01, ACCOUNTING, EXCEPTION }; member in panda::ecmascript::CurrencySignOption
|
H A D | js_plural_rules.cpp | 249 MXFD_DEFAULT, NotationOption::STANDARD); in InitializePluralRules()
|
H A D | js_locale.h | 71 enum class NotationOption : uint8_t { STANDARD = 0x01, SCIENTIFIC, ENGINEERING, COMPACT, EXCEPTION }; member in panda::ecmascript::NotationOption
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_number_format_test.cpp | 84 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