Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/ant/
DCLDRConverterTool.java91 public final List<String> emptyLocaleList; field in CLDRConverterTool.AliasDeprecates
94 List<String> emptyLocaleList) { in AliasDeprecates() argument
97 this.emptyLocaleList = emptyLocaleList; in AliasDeprecates()
DCLDRBuild.java213 run.deprecates.emptyLocaleList); in execute()
480 List<String> emptyLocaleList; field in CLDRBuild.Deprecates
491 if (emptyLocaleList == null) { in addConfiguredEmptyLocale()
492 emptyLocaleList = new ArrayList<String>(); in addConfiguredEmptyLocale()
494 emptyLocaleList.add(alias.locale); in addConfiguredEmptyLocale()
/external/cldr/tools/java/org/unicode/cldr/icu/
DNewLdml2IcuConverter.java379 if (aliasDeprecates.emptyLocaleList != null) { in writeSyntheticFiles()
380 for (String locale : aliasDeprecates.emptyLocaleList) { in writeSyntheticFiles()