Searched refs:nextMatcher (Results 1 – 6 of 6) sorted by relevance
63 StringMatcher nextMatcher = new EmptyStringMatcher(); in parse() local75 nextMatcher = in parse()79 settableMatcher.setMatcher(nextMatcher); in parse()89 nextMatcher = in parse()99 nextMatcher = in parse()113 nextMatcher = in parse()127 nextMatcher = in parse()141 nextMatcher = in parse()154 … (StringMatcher)new FixedStringMatcher(regularExpression.substring(0, index), nextMatcher) : in parse()155 (StringMatcher)nextMatcher; in parse()[all …]
32 private final StringMatcher nextMatcher; field in FixedStringMatcher41 public FixedStringMatcher(String fixedString, StringMatcher nextMatcher) in FixedStringMatcher() argument44 this.nextMatcher = nextMatcher; in FixedStringMatcher()53 (nextMatcher == null || in matches()54 nextMatcher.matches(string.substring(fixedString.length()))); in matches()
35 private final StringMatcher nextMatcher; field in VariableStringMatcher42 StringMatcher nextMatcher) in VariableStringMatcher() argument48 this.nextMatcher = nextMatcher; in VariableStringMatcher()74 if (nextMatcher.matches(string.substring(index))) in matches()86 return nextMatcher.matches(string.substring(maximumLength)); in matches()
43 StringMatcher nextMatcher = new EmptyStringMatcher(); in parse() local53 nextMatcher = in parse()67 nextMatcher = in parse()81 nextMatcher = in parse()94 … (StringMatcher)new FixedStringMatcher(regularExpression.substring(0, index), nextMatcher) : in parse()95 (StringMatcher)nextMatcher; in parse()
42 StringMatcher nextMatcher = new EmptyStringMatcher(); in parse() local52 nextMatcher = in parse()66 nextMatcher = in parse()79 … (StringMatcher)new FixedStringMatcher(regularExpression.substring(0, index), nextMatcher) : in parse()80 (StringMatcher)nextMatcher; in parse()
META-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter ...