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

/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
H A DGenericSignatureParser.java463 boolean isStopSymbol(char ch) { method in class:GenericSignatureParser
480 if (!isStopSymbol(symbol)) {
485 || !isStopSymbol(ch)) {

Completed in 53 milliseconds