Searched refs:toUpperCaseImpl (Results 1 – 3 of 3) sorted by relevance
194 FAST_NATIVE_METHOD(Character, toUpperCaseImpl, "(I)I"),
338 static native int toUpperCaseImpl(int codePoint); in toUpperCaseImpl() method in Character
10753 return toUpperCaseImpl(codePoint); in toUpperCase()10757 static native int toUpperCaseImpl(int codePoint); in toUpperCaseImpl() method in Character