Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DAttributeValueValidity.java470 result = new UnicodeSetMatcher(new UnicodeSet(value)); in getMatcherPattern2()
620 public static class UnicodeSetMatcher extends MatcherPattern { class
623 public UnicodeSetMatcher(UnicodeSet collection) { in UnicodeSetMatcher() method in AttributeValueValidity.UnicodeSetMatcher