Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.h24 enum class DefaultsOption : uint8_t { DATE = 0x01, TIME, ALL }; enumerator
26 enum class RequiredOption : uint8_t { DATE = 0x01, TIME, ANY }; enumerator
28 enum class IcuCacheType : uint8_t {NOT_CACHE, DEFAULT, DATE, TIME}; enumerator
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h62 DATE, enumerator