Searched defs:toUpperCaseEx (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/classes/java/lang/ | ||
H A D | CharacterData.java | 46 int toUpperCaseEx(int ch) { method in class:CharacterData |
H A D | ConditionalSpecialCasing.java | 125 static int toUpperCaseEx(String src, int index, Locale locale) { method in class:ConditionalSpecialCasing 136 return Character.toUpperCaseEx(src.codePointAt(index)); |
H A D | Character.java | 6946 static int toUpperCaseEx(int codePoint) { method in class:Character 6948 return CharacterData.of(codePoint).toUpperCaseEx(codePoint); |
Completed in 94 milliseconds