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.h25 enum class DefaultsOption : uint8_t { DATE = 0x01, TIME, ALL }; enumerator
27 enum class RequiredOption : uint8_t { DATE = 0x01, TIME, ANY }; enumerator
29 enum class IcuCacheType : uint8_t {NOT_CACHE, DEFAULT, DATE, TIME}; enumerator