Home
last modified time | relevance | path

Searched refs:IcuCacheType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_date.cpp267 IcuCacheType type = cacheable ? IcuCacheType::DEFAULT : IcuCacheType::NOT_CACHE; in ToLocaleString()
348 IcuCacheType type = cacheable ? IcuCacheType::DATE : IcuCacheType::NOT_CACHE; in ToLocaleDateString()
429 IcuCacheType type = cacheable ? IcuCacheType::TIME : IcuCacheType::NOT_CACHE; in ToLocaleTimeString()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_date_time_format.h29 enum class IcuCacheType : uint8_t {NOT_CACHE, DEFAULT, DATE, TIME}; class in panda::ecmascript::CalendarOption
142 IcuCacheType type = IcuCacheType::NOT_CACHE);

Completed in 3 milliseconds