Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest__locale.py17 candidate_locales = ['es_UY', 'fr_FR', 'fi_FI', 'es_CO', 'pt_PT', 'it_IT', variable
34 candidate_locales = [loc for loc in candidate_locales if accept(loc)] variable
/external/python/cpython3/Lib/test/
Dtest__locale.py17 candidate_locales = ['es_UY', 'fr_FR', 'fi_FI', 'es_CO', 'pt_PT', 'it_IT', variable