Home
last modified time | relevance | path

Searched defs:TIME (Results 1 – 1 of 1) 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