Searched refs:icuObjCache_ (Results 1 – 1 of 1) sorted by relevance
418 icuObjCache_.insert_or_assign(type, std::move(icuFormatter));423 auto iter = icuObjCache_.find(type); in GetIcuFormatterFromCache()424 if (iter != icuObjCache_.end()) { in GetIcuFormatterFromCache()435 auto iter = icuObjCache_.begin(); in ClearIcuCache()436 while (iter != icuObjCache_.end()) { in ClearIcuCache()547 std::unordered_map<IcuFormatterType, IcuFormatter> icuObjCache_; variable