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