Searched refs:ofImpl (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/native/
H A Djava_lang_Character.cpp169 NATIVE_METHOD(Character, ofImpl, "!(I)I"),
/libcore/luni/src/main/java/java/lang/
H A DCharacter.java1513 int block = ofImpl(codePoint);
1527 private static native int ofImpl(int codePoint); method in class:Character

Completed in 9 milliseconds