Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/constant/
DReferenceClassDescImpl.java29 import static java.lang.constant.ConstantUtils.dropFirstAndLastChar;
75 … Class<?> clazz = lookup.findClass(internalToBinary(dropFirstAndLastChar(c.descriptorString()))); in resolveConstantDesc()
DClassDesc.java279 String className = internalToBinary(ConstantUtils.dropFirstAndLastChar(descriptorString())); in packageName()
DConstantUtils.java108 static String dropFirstAndLastChar(String s) { in dropFirstAndLastChar() method in ConstantUtils