Searched refs:SimpleMatcher (Results 1 – 2 of 2) sorted by relevance
86 return new SimpleMatcher(); in getMatcher()89 private class SimpleMatcher extends Matcher<T> { class in SimpleDictionary
333 return getSet(new SimpleMatcher(propertyValue, in getSet()814 matcher = new SimpleMatcher(value, up in getSet()1124 public static class SimpleMatcher implements PatternMatcher { class in UnicodeProperty1129 public SimpleMatcher(String pattern, Comparator comparator) { in SimpleMatcher() method in UnicodeProperty.SimpleMatcher