Home
last modified time | relevance | path

Searched refs:IcuCacheType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp272 IcuCacheType type = cacheable ? IcuCacheType::DEFAULT : IcuCacheType::NOT_CACHE; in ToLocaleString()
353 IcuCacheType type = cacheable ? IcuCacheType::DATE : IcuCacheType::NOT_CACHE; in ToLocaleDateString()
434 IcuCacheType type = cacheable ? IcuCacheType::TIME : IcuCacheType::NOT_CACHE; in ToLocaleTimeString()
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.h28 enum class IcuCacheType : uint8_t {NOT_CACHE, DEFAULT, DATE, TIME}; enum
133IcuCacheType type = IcuCacheType::NOT_CACHE);
Djs_date_time_format.cpp198 IcuCacheType type) in InitializeDateTimeFormat()
459 if (type != IcuCacheType::NOT_CACHE) { in InitializeDateTimeFormat()
463 case IcuCacheType::DEFAULT: in InitializeDateTimeFormat()
467 case IcuCacheType::DATE: in InitializeDateTimeFormat()
471 case IcuCacheType::TIME: in InitializeDateTimeFormat()