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