Searched refs:toTitleCaseImpl (Results 1 – 3 of 3) sorted by relevance
193 FAST_NATIVE_METHOD(Character, toTitleCaseImpl, "(I)I"),
348 static native int toTitleCaseImpl(int codePoint); in toTitleCaseImpl() method in Character
10822 return toTitleCaseImpl(codePoint); in toTitleCase()10826 static native int toTitleCaseImpl(int codePoint); in toTitleCaseImpl() method in Character