Searched defs:averageBytesPerChar (Results 1 - 2 of 2) sorted by relevance
/external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/ |
H A D | CharsetDecoderTest.java | 57 float averageBytesPerChar, float maxBytesPerChar) { 58 super(cs, averageBytesPerChar, maxBytesPerChar); 56 MockCharsetDecoderForHarmony142(Charset cs, float averageBytesPerChar, float maxBytesPerChar) argument
|
H A D | CharsetEncoderTest.java | 74 float averageBytesPerChar, float maxBytesPerChar) { 75 super(cs, averageBytesPerChar, maxBytesPerChar); 79 float averageBytesPerChar, float maxBytesPerChar, 81 super(cs, averageBytesPerChar, maxBytesPerChar, replacement); 73 MockCharsetEncoderForHarmony141(Charset cs, float averageBytesPerChar, float maxBytesPerChar) argument 78 MockCharsetEncoderForHarmony141(Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] replacement) argument
|
Completed in 100 milliseconds