Searched refs:emptyLocaleList (Results 1 – 3 of 3) sorted by relevance
91 public final List<String> emptyLocaleList; field in CLDRConverterTool.AliasDeprecates94 List<String> emptyLocaleList) { in AliasDeprecates() argument97 this.emptyLocaleList = emptyLocaleList; in AliasDeprecates()
213 run.deprecates.emptyLocaleList); in execute()480 List<String> emptyLocaleList; field in CLDRBuild.Deprecates491 if (emptyLocaleList == null) { in addConfiguredEmptyLocale()492 emptyLocaleList = new ArrayList<String>(); in addConfiguredEmptyLocale()494 emptyLocaleList.add(alias.locale); in addConfiguredEmptyLocale()
379 if (aliasDeprecates.emptyLocaleList != null) { in writeSyntheticFiles()380 for (String locale : aliasDeprecates.emptyLocaleList) { in writeSyntheticFiles()