Searched refs:getNameImpl (Results 1 – 3 of 3) sorted by relevance
174 NATIVE_METHOD(Character, getNameImpl, "(I)Ljava/lang/String;"),
453 private static native java.lang.String getNameImpl(int codePoint); in getNameImpl() method in Character
11775 String name = getNameImpl(codePoint); in getName()11838 private static native String getNameImpl(int codePoint); in getNameImpl() method in Character