Searched full:notation (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_number_format.cpp | 105 JSHandle<JSTaggedValue> OptionToEcmaString(JSThread *thread, NotationOption notation) in OptionToEcmaString() argument 109 switch (notation) { in OptionToEcmaString() 547 // 19. Let notation be ? GetOption( in InitializeNumberFormat() 548 …// options, "notation", "string", « "standard", "scientific", "engineering", "compact" », "standa… in InitializeNumberFormat() 550 auto notation = JSLocale::GetOptionOfString<NotationOption>( in InitializeNumberFormat() local 555 numberFormat->SetNotation(notation); in InitializeNumberFormat() 557 …. Perform ? SetNumberFormatDigitOptions(numberFormat, options, mnfdDefault, mxfdDefault, notation). in InitializeNumberFormat() 559 mnfdDefault, mxfdDefault, notation); in InitializeNumberFormat() 570 if (notation == NotationOption::COMPACT) { in InitializeNumberFormat() 573 … icuNumberFormatter = icuNumberFormatter.notation(icu::number::Notation::compactShort()); in InitializeNumberFormat() [all …]
|
| D | js_number_format.h | 87 NEXT_BIT_FIELD(BitField, Notation, NotationOption, NOTATION_BITS, CompactDisplay) in FIRST_BIT_FIELD() 88 NEXT_BIT_FIELD(BitField, RoundingType, RoundingType, ROUNDING_TYPE_BITS, Notation) in FIRST_BIT_FIELD()
|
| D | js_locale.h | 535 // 12.1.1 SetNumberFormatDigitOptions ( intlObj, options, mnfdDefault, mxfdDefault, notation ) 539 NotationOption notation) in SetNumberFormatDigitOptions() argument 612 } else if (notation == NotationOption::COMPACT) { in SetNumberFormatDigitOptions() 613 // 13. Else if notation is "compact", then in SetNumberFormatDigitOptions()
|
| D | global_env_constants.h | 330 …V(JSTaggedValue, NotationString, NOTATION_INDEX, notation) …
|
| D | global_env_constants.cpp | 479 SetConstant(ConstantIndex::NOTATION_INDEX, factory->NewFromASCIINonMovable("notation")); in InitGlobalConstant()
|
| D | dump.cpp | 2841 os << "\n" << " - Notation: " << static_cast<int>(GetNotation()); in Dump() 4966 vec.emplace_back("Notation", JSTaggedValue(static_cast<int>(GetNotation()))); in DumpForSnapshot()
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 22 Some conventions about notation: 51 ## How to read notation of type parameters and to determine subtyping relation?
|
| /arkcompiler/ets_frontend/test262/ |
| D | intl_tests.txt | 547 intl402/NumberFormat/constructor-notation.js 572 intl402/NumberFormat/prototype/format/notation-compact-ja-JP.js 586 intl402/NumberFormat/prototype/format/notation-compact-zh-TW.js 605 intl402/NumberFormat/prototype/format/notation-compact-ko-KR.js 608 intl402/NumberFormat/prototype/format/notation-compact-en-US.js 616 intl402/NumberFormat/prototype/format/notation-compact-de-DE.js 621 intl402/NumberFormat/prototype/formatToParts/notation-compact-ja-JP.js 631 intl402/NumberFormat/prototype/formatToParts/notation-compact-zh-TW.js 644 intl402/NumberFormat/prototype/formatToParts/notation-compact-ko-KR.js 647 intl402/NumberFormat/prototype/formatToParts/notation-compact-en-US.js [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_number_format.cpp | 48 …// [[RoundingType]], [[Notation]], [[CompactDisplay]], [[UseGrouping]], [[SignDisplay]], [[BoundFo… in NumberFormatConstructor()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_number_format_test.cpp | 232 // format notation
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 63 To denote that bytecode treats register values as unsigned integer, u32/u64 notation is used. 65 …of source object. In that case, bNN notation is used, where NN is bit size of result. Therefore, f…
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | test262skiplist.txt | 7638 intl402/NumberFormat/prototype/format/notation-compact-de-DE.js 7639 intl402/NumberFormat/prototype/format/notation-compact-en-US.js 7640 intl402/NumberFormat/prototype/format/notation-compact-ja-JP.js 7641 intl402/NumberFormat/prototype/format/notation-compact-ko-KR.js 7642 intl402/NumberFormat/prototype/format/notation-compact-zh-TW.js 7671 intl402/NumberFormat/prototype/formatToParts/notation-compact-de-DE.js 7672 intl402/NumberFormat/prototype/formatToParts/notation-compact-en-US.js 7673 intl402/NumberFormat/prototype/formatToParts/notation-compact-ja-JP.js 7674 intl402/NumberFormat/prototype/formatToParts/notation-compact-ko-KR.js 7675 intl402/NumberFormat/prototype/formatToParts/notation-compact-zh-TW.js
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …notation."),A_bigint_literal_must_be_an_integer:t(1353,e.DiagnosticCategory.Error,"A_bigint_litera…
|