Searched refs:toLowerCaseImpl (Results 1 – 3 of 3) sorted by relevance
192 FAST_NATIVE_METHOD(Character, toLowerCaseImpl, "(I)I"),
328 static native int toLowerCaseImpl(int codePoint); in toLowerCaseImpl() method in Character
10674 return toLowerCaseImpl(codePoint); in toLowerCase()10678 static native int toLowerCaseImpl(int codePoint); in toLowerCaseImpl() method in Character