Home
last modified time | relevance | path

Searched defs:ALWAYS (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_relative_time_format.h39 enum class NumericOption : uint8_t { ALWAYS = 0x01, AUTO, EXCEPTION }; enumerator
Djs_number_format.h32 enum class SignDisplayOption : uint8_t { AUTO = 0x01, ALWAYS, NEVER, EXCEPTZERO, EXCEPTION }; enumerator