Home
last modified time | relevance | path

Searched refs:representative_locales (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/localedata/
Dextract_icu_data.py54 representative_locales = {
75 representative_locales.add(to_locale)
78 return likely_script_dict, frozenset(representative_locales)
153 def dump_representative_locales(representative_locales): argument
157 for locale in sorted(representative_locales):
167 likely_script_dict, representative_locales = read_likely_subtags(
176 dump_representative_locales(representative_locales)