Searched refs:IcuCacheType (Results 1 – 3 of 3) sorted by relevance
272 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()
28 enum class IcuCacheType : uint8_t {NOT_CACHE, DEFAULT, DATE, TIME}; enum133 … IcuCacheType type = IcuCacheType::NOT_CACHE);
198 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()