Searched defs:getMaxBytesPerChar (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
H A DNativeConverter.java265 public static final native int getMaxBytesPerChar(long converterHandle); method in class:NativeConverter
/dalvik/libcore/icu/src/main/native/
H A DNativeConverter.cpp412 static jint getMaxBytesPerChar(JNIEnv *env, jclass jClass, jlong handle) { function
1258 ret = (jfloat)( 1/(jfloat)getMaxBytesPerChar(env, jClass, handle));
1342 { "getMaxBytesPerChar", "(J)I", (void*) getMaxBytesPerChar },

Completed in 56 milliseconds