Home
last modified time | relevance | path

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

/external/proguard/src/proguard/util/
DClassNameParser.java63 StringMatcher nextMatcher = new EmptyStringMatcher(); in parse() local
75 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 …]
DFixedStringMatcher.java32 private final StringMatcher nextMatcher; field in FixedStringMatcher
41 public FixedStringMatcher(String fixedString, StringMatcher nextMatcher) in FixedStringMatcher() argument
44 this.nextMatcher = nextMatcher; in FixedStringMatcher()
53 (nextMatcher == null || in matches()
54 nextMatcher.matches(string.substring(fixedString.length()))); in matches()
DVariableStringMatcher.java35 private final StringMatcher nextMatcher; field in VariableStringMatcher
42 StringMatcher nextMatcher) in VariableStringMatcher() argument
48 this.nextMatcher = nextMatcher; in VariableStringMatcher()
74 if (nextMatcher.matches(string.substring(index))) in matches()
86 return nextMatcher.matches(string.substring(maximumLength)); in matches()
DFileNameParser.java43 StringMatcher nextMatcher = new EmptyStringMatcher(); in parse() local
53 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()
DNameParser.java42 StringMatcher nextMatcher = new EmptyStringMatcher(); in parse() local
52 nextMatcher = in parse()
66 nextMatcher = in parse()
79 … (StringMatcher)new FixedStringMatcher(regularExpression.substring(0, index), nextMatcher) : in parse()
80 (StringMatcher)nextMatcher; in parse()
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter ...