Home
last modified time | relevance | path

Searched defs:maxBytesPerChar (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharsetEncoder.java39 float maxBytesPerChar, in CharsetEncoder()
47 float maxBytesPerChar, in CharsetEncoder()
54 java.nio.charset.Charset cs, float averageBytesPerChar, float maxBytesPerChar) { in CharsetEncoder()
108 public final float maxBytesPerChar() { in maxBytesPerChar() method in CharsetEncoder
182 private final float maxBytesPerChar; field in CharsetEncoder
/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetEncoder.java142 private final float maxBytesPerChar; field in CharsetEncoder
189 float maxBytesPerChar, in CharsetEncoder()
201 CharsetEncoder(Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] replacement, in CharsetEncoder()
250 float maxBytesPerChar) in CharsetEncoder()
483 public final float maxBytesPerChar() { in maxBytesPerChar() method in CharsetEncoder
/libcore/luni/src/main/java/java/nio/charset/
DCharsetEncoderICU.java75 float maxBytesPerChar = NativeConverter.getMaxBytesPerChar(address); in newInstance() local
100 …private CharsetEncoderICU(Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] rep… in CharsetEncoderICU()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DCharsetEncoder2Test.java74 float averageBytesPerChar, float maxBytesPerChar) { in MockCharsetEncoderForHarmony141()
79 float averageBytesPerChar, float maxBytesPerChar, in MockCharsetEncoderForHarmony141()
DCharsetDecoder2Test.java57 float averageBytesPerChar, float maxBytesPerChar) { in MockCharsetDecoderForHarmony142()