Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dneverallow.go456 type regexMatcher struct { struct
460 func (m *regexMatcher) Test(value string) bool { argument
464 func (m *regexMatcher) String() string { argument
751 return &regexMatcher{r}
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/
H A DUnicodeProperty.java919 RegexMatcher regexMatcher = new RegexMatcher(); field in UnicodeProperty.Factory.PropertySymbolTable
947 set = prop.getSet(regexMatcher.set(value.substring(1, value.length() - 1))); in lookup()