Searched defs:toUpperCaseImpl (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DCharacter.java3303 return toUpperCaseImpl(codePoint);
3306 private static native int toUpperCaseImpl(int codePoint); method in class:Character

Completed in 75 milliseconds