Home
last modified time | relevance | path

Searched defs:DECIMAL (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h42 static constexpr uint32_t DECIMAL = 10; // 10 : decimal variable
Djs_number_format.h28 enum class StyleOption : uint8_t { DECIMAL = 0x01, CURRENCY, PERCENT, UNIT, EXCEPTION }; enumerator
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.h42 static constexpr uint8_t DECIMAL = 10; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h40 inline constexpr uint8_t DECIMAL = 10; variable