Searched refs:getMaxBytesPerChar (Results 1 – 8 of 8) sorted by relevance
32 public abstract int getMaxBytesPerChar(); in getMaxBytesPerChar() method in StringByteConverter97 byte[] buffer = new byte[source.length() * getMaxBytesPerChar()]; in toBytes()
40 …int bytesPerChar = entry.getValue().length() * byteMaker.getMaxBytesPerChar(); // all bytes are ge… in DictionaryStringByteConverter()50 public int getMaxBytesPerChar() { in getMaxBytesPerChar() method in DictionaryStringByteConverter
69 public int getMaxBytesPerChar() { in getMaxBytesPerChar() method in Utf8StringByteConverter
230 public int getMaxBytesPerChar() { in getMaxBytesPerChar() method in CompactStringByteConverter
286 .getMaxBytesPerChar()];
45 /* package */ static native int getMaxBytesPerChar(long converterHandle); in getMaxBytesPerChar() method in NativeConverter
77 float maxBytesPerChar = NativeConverter.getMaxBytesPerChar(address); in newInstance()
688 NATIVE_METHOD(NativeConverter, getMaxBytesPerChar, "(J)I"),