Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_number_format.cpp55 NotationOption::ENGINEERING, NotationOption::COMPACT
183 case NotationOption::COMPACT: in OptionToEcmaString()
651 if (notation == NotationOption::COMPACT) { in InitializeNumberFormat()
1138 if (notation == NotationOption::COMPACT) { in ResolvedOptions()
H A Djs_locale.h71 enum class NotationOption : uint8_t { STANDARD = 0x01, SCIENTIFIC, ENGINEERING, COMPACT, EXCEPTION }; member in panda::ecmascript::NotationOption
599 } else if (notation == NotationOption::COMPACT) { in SetNumberFormatDigitOptions()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_locale_test.cpp286 1, 1, NotationOption::COMPACT); in HWTEST_F_L0()

Completed in 6 milliseconds