Lines Matching refs:NotationOption
53 const std::vector<NotationOption> JSNumberFormat::NOTATION_OPTION = {
54 NotationOption::STANDARD, NotationOption::SCIENTIFIC,
55 NotationOption::ENGINEERING, NotationOption::COMPACT
169 JSHandle<JSTaggedValue> OptionToEcmaString(JSThread *thread, NotationOption notation)
174 case NotationOption::STANDARD:
177 case NotationOption::SCIENTIFIC:
180 case NotationOption::ENGINEERING:
183 case NotationOption::COMPACT:
629 auto notation = JSLocale::GetOptionOfString<NotationOption>(
632 NotationOption::STANDARD);
650 // Trans NotationOption to ICU Noation and set to icuNumberFormatter
651 if (notation == NotationOption::COMPACT) {
664 case NotationOption::STANDARD:
667 case NotationOption::SCIENTIFIC:
670 case NotationOption::ENGINEERING:
1132 NotationOption notation = numberFormat->GetNotation();
1138 if (notation == NotationOption::COMPACT) {