Home
last modified time | relevance | path

Searched refs:getMaxBytesPerChar (Results 1 – 8 of 8) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DStringByteConverter.java32 public abstract int getMaxBytesPerChar(); in getMaxBytesPerChar() method in StringByteConverter
97 byte[] buffer = new byte[source.length() * getMaxBytesPerChar()]; in toBytes()
DDictionaryStringByteConverter.java40 …int bytesPerChar = entry.getValue().length() * byteMaker.getMaxBytesPerChar(); // all bytes are ge… in DictionaryStringByteConverter()
50 public int getMaxBytesPerChar() { in getMaxBytesPerChar() method in DictionaryStringByteConverter
DUtf8StringByteConverter.java69 public int getMaxBytesPerChar() { in getMaxBytesPerChar() method in Utf8StringByteConverter
DCompactStringByteConverter.java230 public int getMaxBytesPerChar() { in getMaxBytesPerChar() method in CompactStringByteConverter
DStateDictionary.java286 .getMaxBytesPerChar()];
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/charset/
DNativeConverter.java45 /* package */ static native int getMaxBytesPerChar(long converterHandle); in getMaxBytesPerChar() method in NativeConverter
DCharsetEncoderICU.java77 float maxBytesPerChar = NativeConverter.getMaxBytesPerChar(address); in newInstance()
/external/icu/android_icu4j/libcore_bridge/src/native/
Dcom_android_icu_charset_NativeConverter.cpp688 NATIVE_METHOD(NativeConverter, getMaxBytesPerChar, "(J)I"),