HomeSort by relevance Sort by last modified time
    Searched full:allowedcharacters (Results 1 - 1 of 1) sorted by null

  /external/proguard/src/proguard/util/
VariableStringMatcher.java 31 private final char[] allowedCharacters;
38 public VariableStringMatcher(char[] allowedCharacters,
44 this.allowedCharacters = allowedCharacters;
98 if (allowedCharacters != null)
100 for (int index = 0; index < allowedCharacters.length; index++)
102 if (allowedCharacters[index] == character)

Completed in 54 milliseconds