Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DSimpleDictionary.java88 return new SimpleMatcher(); in getMatcher()
91 private class SimpleMatcher extends Matcher<T> { class in SimpleDictionary
/external/cldr/tools/java/org/unicode/cldr/util/props/
DUnicodeProperty.java874 matcher = new SimpleMatcher(value, up in getSet()
1227 public static class SimpleMatcher implements PatternMatcher { class in UnicodeProperty
1232 public SimpleMatcher(String pattern, Comparator comparator) { in SimpleMatcher() method in UnicodeProperty.SimpleMatcher