Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/invoke/util/
DWrapper.java282 Wrapper w = FROM_CHAR[hashChar(type)]; in forBasicType()
321 private static int hashChar(char x) { in hashChar() method in Wrapper
328 int ci = hashChar(w.basicTypeChar);