Searched refs:locale_it (Results 1 – 2 of 2) sorted by relevance
300 auto locale_it = locale_string_to_id_.find(locale_str.ToString()); in ParseAndExpandLocales() local301 if (locale_it != locale_string_to_id_.end()) { in ParseAndExpandLocales()302 result.push_back(locale_it->second); in ParseAndExpandLocales()316 locale_it = locale_string_to_id_.find("*-" + region); in ParseAndExpandLocales()317 if (locale_it != locale_string_to_id_.end()) { in ParseAndExpandLocales()318 result.push_back(locale_it->second); in ParseAndExpandLocales()323 locale_it = locale_string_to_id_.find(language + "-" + script + "-*"); in ParseAndExpandLocales()324 if (locale_it != locale_string_to_id_.end()) { in ParseAndExpandLocales()325 result.push_back(locale_it->second); in ParseAndExpandLocales()330 locale_it = locale_string_to_id_.find(language + "-*"); in ParseAndExpandLocales()[all …]
156 auto locale_it = type_it->second.find(locale_id_); in RuleIdForType() local157 if (locale_it == type_it->second.end()) { in RuleIdForType()160 *rule_id = locale_it->second; in RuleIdForType()