HomeSort by relevance Sort by last modified time
    Searched refs:CollectionMatcher (Results 1 - 3 of 3) sorted by null

  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
ObjectMatcherFactory.java 43 * Create a CollectionMatcher
50 return new CollectionMatcher().set(col);
117 private static class CollectionMatcher implements ObjectMatcher<String> {
  /external/cldr/tools/java/org/unicode/cldr/util/
AttributeValueValidity.java 141 // MatcherPattern m = new MatcherPattern(key.toString(), validItems.toString(), new CollectionMatcher(validItems));
151 // MatcherPattern m = new MatcherPattern(key.toString(), all.toString(), new CollectionMatcher(all));
153 // MatcherPattern m2 = new MatcherPattern(key.toString(), regularAndUnknown.toString(), new CollectionMatcher(regularAndUnknown));
316 variables.put(name, new CollectionMatcher(validItems));
388 // return new CollectionMatcher(values);
410 result = new CollectionMatcher(Collections.singleton(value.trim()));
413 result = new CollectionMatcher(SPACE.splitToList(value));
436 result = new ListMatcher(new CollectionMatcher(SPACE.splitToList(value)));
537 public static class CollectionMatcher extends MatcherPattern {
540 public CollectionMatcher(Collection<String> collection)
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/test/
CheckAttributeValues.java 398 m.matcher = new CollectionMatcher().set(values);
421 result.matcher = new CollectionMatcher()
478 public static class CollectionMatcher implements ObjectMatcher<String> {

Completed in 218 milliseconds