Searched refs:ICUObjectCacheType (Results 1 – 5 of 5) sorted by relevance
1257 enum class ICUObjectCacheType{ enum1261 icu::UMemory* get_cached_icu_object(ICUObjectCacheType cache_type);1262 void set_icu_object_in_cache(ICUObjectCacheType cache_type,1264 void clear_cached_icu_object(ICUObjectCacheType cache_type);1812 std::size_t operator()(ICUObjectCacheType a) const { in operator()1816 std::unordered_map<ICUObjectCacheType, std::shared_ptr<icu::UMemory>,
4564 icu::UMemory* Isolate::get_cached_icu_object(ICUObjectCacheType cache_type) { in ThrowInternal()4568 void Isolate::set_icu_object_in_cache(ICUObjectCacheType cache_type, in ThrowInternal()4573 void Isolate::clear_cached_icu_object(ICUObjectCacheType cache_type) { in ThrowInternal()
739 Isolate::ICUObjectCacheType ConvertToCacheType( in ConvertToCacheType()743 return Isolate::ICUObjectCacheType::kDefaultSimpleDateFormatForDate; in ConvertToCacheType()745 return Isolate::ICUObjectCacheType::kDefaultSimpleDateFormatForTime; in ConvertToCacheType()747 return Isolate::ICUObjectCacheType::kDefaultSimpleDateFormat; in ConvertToCacheType()756 Isolate::ICUObjectCacheType cache_type = ConvertToCacheType(defaults); in ToLocaleDateTime()
1026 Isolate::ICUObjectCacheType::kDefaultCollator)); in StringLocaleCompare()1045 Isolate::ICUObjectCacheType::kDefaultCollator, in StringLocaleCompare()1116 Isolate::ICUObjectCacheType::kDefaultNumberFormat)); in NumberToLocaleString()1137 Isolate::ICUObjectCacheType::kDefaultNumberFormat, in NumberToLocaleString()
9211 i::Isolate::ICUObjectCacheType::kDefaultSimpleDateFormat); in DateTimeConfigurationChangeNotification()9213 i::Isolate::ICUObjectCacheType::kDefaultSimpleDateFormatForTime); in DateTimeConfigurationChangeNotification()9215 i::Isolate::ICUObjectCacheType::kDefaultSimpleDateFormatForDate); in DateTimeConfigurationChangeNotification()