Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DCharacter.cpp194 FAST_NATIVE_METHOD(Character, toUpperCaseImpl, "(I)I"),
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java338 static native int toUpperCaseImpl(int codePoint); in toUpperCaseImpl() method in Character
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java10753 return toUpperCaseImpl(codePoint); in toUpperCase()
10757 static native int toUpperCaseImpl(int codePoint); in toUpperCaseImpl() method in Character