Home
last modified time | relevance | path

Searched refs:getTypeImpl (Results 1 – 2 of 2) sorted by relevance

/dalvik/libcore/icu/src/main/native/
DCharacterInterface.c28 static jint getTypeImpl(JNIEnv *env, jclass clazz, jint codePoint) { in getTypeImpl() function
164 { "getTypeImpl", "(I)I", (void*) getTypeImpl },
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/lang/
DUCharacter.java30 return getTypeImpl(codePoint); in getType()
33 private static native int getTypeImpl(int codePoint); in getTypeImpl() method in UCharacter