Searched refs:icu_object_cache_ (Results 1 – 2 of 2) sorted by relevance
5364 icu_object_cache_[static_cast<int>(cache_type)]; in ThrowInternal()5372 icu_object_cache_[static_cast<int>(cache_type)] = { in ThrowInternal()5377 icu_object_cache_[static_cast<int>(cache_type)] = ICUObjectCacheEntry{}; in ThrowInternal()
2181 ICUObjectCacheEntry icu_object_cache_[kICUObjectCacheTypeCount]; variable