Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.h28 enum class IcuCacheType : uint8_t {NOT_CACHE, DEFAULT, DATE, TIME}; enumerator
133 … IcuCacheType type = IcuCacheType::NOT_CACHE);
Djs_date_time_format.cpp459 if (type != IcuCacheType::NOT_CACHE) { in InitializeDateTimeFormat()
/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()