Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest__locale.py17 candidate_locales = ['es_UY', 'fr_FR', 'fi_FI', 'es_CO', 'pt_PT', 'it_IT', variable
30 global candidate_locales
39 for loc in candidate_locales:
52 candidate_locales = locales
61 candidate_locales = [loc for loc in candidate_locales if accept(loc)]
112 for loc in candidate_locales:
128 for loc in candidate_locales:
146 for loc in candidate_locales:
173 for loc in candidate_locales: