Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h40 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.h40 static constexpr uint8_t DECIMAL = 10; variable