Searched refs:matchesLocale (Results 1 – 2 of 2) sorted by relevance
234 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()
46 public static boolean matchesLocale(List<String> locales, String locale) { in matchesLocale() method in CLDRBuild427 return matchesLocale(locales, localePattern); in matchesFileName()