Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/util/locale/
DLocaleMatcher.java137 && !caseInsensitiveMatch(list, lowerCaseTag) in filterBasic()
170 && !caseInsensitiveMatch(matchingTags, lowerCaseTag)) { in removeTagsMatchingBasicZeroRange()
193 private static boolean caseInsensitiveMatch(List<String> list, String tag) { in caseInsensitiveMatch() method in LocaleMatcher
259 && !caseInsensitiveMatch(list, lowerCaseTag) in filterExtended()
289 && !caseInsensitiveMatch(matchingTags, lowerCaseTag)) { in removeTagsMatchingExtendedZeroRange()