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.java86 return new SimpleMatcher(); in getMatcher()
89 private class SimpleMatcher extends Matcher<T> { class in SimpleDictionary
/external/cldr/tools/java/org/unicode/cldr/util/props/
DUnicodeProperty.java333 return getSet(new SimpleMatcher(propertyValue, in getSet()
814 matcher = new SimpleMatcher(value, up in getSet()
1124 public static class SimpleMatcher implements PatternMatcher { class in UnicodeProperty
1129 public SimpleMatcher(String pattern, Comparator comparator) { in SimpleMatcher() method in UnicodeProperty.SimpleMatcher