Searched refs:allowedCharacters (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/util/
H A DVariableStringMatcher.java31 private final char[] allowedCharacters; field in class:VariableStringMatcher
38 public VariableStringMatcher(char[] allowedCharacters, argument
44 this.allowedCharacters = allowedCharacters;
98 if (allowedCharacters != null)
100 for (int index = 0; index < allowedCharacters.length; index++)
102 if (allowedCharacters[index] == character)
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 114 milliseconds