Home
last modified time | relevance | path

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

/external/jarjar/src/main/com/tonicsystems/jarjar/
DWildcard.java40 if (!checkIdentifierChars(pattern, "/*")) in Wildcard()
115 if (matcher.matches() && checkIdentifierChars(value, "/")) in getMatcher()
120 private static boolean checkIdentifierChars(String expr, String extra) { in checkIdentifierChars() method in Wildcard