Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/ant/
DCLDRConverterTool.java234 if (CLDRBuild.matchesLocale(localeList, localeName) == false) { in computeConvertibleXPaths()
269 && CLDRBuild.matchesLocale(exc.locales, localeName) == false) { in computeConvertibleXPaths()
344 && CLDRBuild.matchesLocale(inc.locales, localeName) == false) { in computeConvertibleXPaths()
DCLDRBuild.java46 public static boolean matchesLocale(List<String> locales, String locale) { in matchesLocale() method in CLDRBuild
427 return matchesLocale(locales, localePattern); in matchesFileName()