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/annotations/mmodule/java/nio/charset/
DCharsetEncoder.annotated.java40 …etEncoder(java.nio.charset.Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] re… in CharsetEncoder()
43 …etEncoder(java.nio.charset.Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] re… in CharsetEncoder()
45 …etEncoder(java.nio.charset.Charset cs, float averageBytesPerChar, float maxBytesPerChar) { throw n… in CharsetEncoder()
71 public final float maxBytesPerChar() { throw new RuntimeException("Stub!"); } in maxBytesPerChar() method in CharsetEncoder
/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetEncoder.java142 private final float maxBytesPerChar; field in CharsetEncoder
189 float maxBytesPerChar, in CharsetEncoder()
202 …protected CharsetEncoder(Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] repl… in CharsetEncoder()
251 float maxBytesPerChar) in CharsetEncoder()
484 public final float maxBytesPerChar() { in maxBytesPerChar() method in CharsetEncoder
/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()