Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dneverallow.go456 type regexMatcher struct { struct
457 re *regexp.Regexp
460 func (m *regexMatcher) Test(value string) bool {
464 func (m *regexMatcher) String() string {
/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