Searched defs:filterTags (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/util/locale/
H A DLocaleMatcher.java62 List<String> filteredTags = filterTags(priorityList, tags, mode);
73 public static List<String> filterTags(List<LanguageRange> priorityList, method in class:LocaleMatcher
/libcore/ojluni/src/main/java/java/util/
H A DLocale.java2923 * @see #filterTags(List, Collection, FilteringMode)
2994 * @see #filterTags
3376 public static List<String> filterTags(List<LanguageRange> priorityList, method in class:Locale
3379 return LocaleMatcher.filterTags(priorityList, tags, mode);
3385 * {@link #filterTags(List, Collection, FilteringMode)} when {@code mode}
3399 public static List<String> filterTags(List<LanguageRange> priorityList, method in class:Locale
3401 return filterTags(priorityList, tags, FilteringMode.AUTOSELECT_FILTERING);

Completed in 3084 milliseconds