HomeSort by relevance Sort by last modified time
    Searched refs:implFlush (Results 1 - 25 of 36) sorted by null

1 2

  /packages/apps/Email/src/com/beetstra/jutf7/
UTF7StyleCharsetDecoder.java 146 * @see java.nio.charset.CharsetDecoder#implFlush(java.nio.CharBuffer)
148 protected CoderResult implFlush(CharBuffer out) {
UTF7StyleCharsetEncoder.java 105 protected CoderResult implFlush(ByteBuffer out) {
  /libcore/ojluni/src/main/java/java/nio/charset/
CharsetDecoder.java 120 * state should, additionally, override the {@link #implFlush implFlush} and
634 * <p> This method invokes the {@link #implFlush implFlush} method to
653 CoderResult cr = implFlush(out);
679 protected CoderResult implFlush(CharBuffer out) {
    [all...]
CharsetEncoder.java 120 * state should, additionally, override the {@link #implFlush implFlush} and
649 * <p> This method invokes the {@link #implFlush implFlush} method to
668 CoderResult cr = implFlush(out);
694 protected CoderResult implFlush(ByteBuffer out) {
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/cs/
StreamEncoder.java 141 implFlush();
294 void implFlush() throws IOException {
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java 103 @Override protected final CoderResult implFlush(CharBuffer out) {
CharsetEncoderICU.java 132 @Override protected CoderResult implFlush(ByteBuffer out) {
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetEncoderTest.java 157 // We had a bug where we wouldn't reset inEnd before calling encode in implFlush.
186 protected CoderResult implFlush(ByteBuffer out) {
203 // Repeated calls to flush() should not result in repeated calls to implFlush().
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetDecoderICU.java 195 protected final CoderResult implFlush(CharBuffer out) {
CharsetEncoderICU.java 222 protected CoderResult implFlush(ByteBuffer out) {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetDecoderTest.java 840 protected CoderResult implFlush(CharBuffer out) {
841 CoderResult result = super.implFlush(out);
854 return super.implFlush(out);
CharsetEncoderTest.java     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 886 milliseconds

1 2