Searched refs:LocaleVectorHash (Results 1 – 2 of 2) sorted by relevance
54 struct LocaleVectorHash { struct80 std::unordered_map<std::vector<Locale>, uint32_t, LocaleVectorHash> mLocaleListLookupTable
110 size_t LocaleListCache::LocaleVectorHash::operator()(const std::vector<Locale>& locales) const { in operator ()()