Searched defs:converterHandle (Results 1 – 3 of 3) sorted by relevance
18 public static native int decode(long converterHandle, byte[] input, int inEnd, in decode()21 public static native int encode(long converterHandle, char[] input, int inEnd, in encode()25 public static native void closeConverter(long converterHandle); in closeConverter()27 public static native void resetByteToChar(long converterHandle); in resetByteToChar()28 public static native void resetCharToByte(long converterHandle); in resetCharToByte()30 public static native byte[] getSubstitutionBytes(long converterHandle); in getSubstitutionBytes()32 public static native int getMaxBytesPerChar(long converterHandle); in getMaxBytesPerChar()33 public static native int getMinBytesPerChar(long converterHandle); in getMinBytesPerChar()34 public static native float getAveBytesPerChar(long converterHandle); in getAveBytesPerChar()35 public static native float getAveCharsPerByte(long converterHandle); in getAveCharsPerByte()[all …]
37 private long converterHandle = 0; field in CharsetDecoderICU
52 private long converterHandle=0; field in CharsetEncoderICU