Searched refs:getMaxCharsPerByte (Results 1 - 3 of 3) sorted by relevance

/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
H A DNativeConverter.java292 public static final native int getMaxCharsPerByte(long converterHandle); method in class:NativeConverter
H A DCharsetDecoderICU.java81 NativeConverter.getMaxCharsPerByte(cHandle)
/dalvik/libcore/icu/src/main/native/
H A DNativeConverter.cpp1249 static jint getMaxCharsPerByte(JNIEnv *env, jclass jClass, jlong handle) { function
1345 { "getMaxCharsPerByte", "(J)I", (void*) getMaxCharsPerByte },

Completed in 22 milliseconds