Searched defs:converterHandle (Results 1 – 3 of 3) sorted by relevance
23 public static native int decode(long converterHandle, byte[] input, int inEnd, in decode()26 public static native int encode(long converterHandle, char[] input, int inEnd, in encode()30 public static native void closeConverter(long converterHandle); in closeConverter()32 public static void registerConverter(Object referrent, long converterHandle) { in registerConverter()36 public static native void resetByteToChar(long converterHandle); in resetByteToChar()37 public static native void resetCharToByte(long converterHandle); in resetCharToByte()39 public static native byte[] getSubstitutionBytes(long converterHandle); in getSubstitutionBytes()41 public static native int getMaxBytesPerChar(long converterHandle); in getMaxBytesPerChar()42 public static native int getMinBytesPerChar(long converterHandle); in getMinBytesPerChar()43 public static native float getAveBytesPerChar(long converterHandle); in getAveBytesPerChar()[all …]
39 private long converterHandle = 0; field in CharsetDecoderICU
54 private final long converterHandle; field in CharsetEncoderICU