Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/util/locale/
DLocaleMatcher.java409 && !shouldIgnoreLookupMatch(zeroRanges, lowerCaseTag)) { in lookupTag()
428 private static boolean shouldIgnoreLookupMatch(List<LanguageRange> zeroRange, in shouldIgnoreLookupMatch() method in LocaleMatcher