Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5216f11e authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Track libcore API update."

parents ee66531f 0e88a954
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -34849,6 +34849,15 @@ package java.nio.charset {
    method public int getInputLength();
  }
  public final class StandardCharsets {
    field public static final java.nio.charset.Charset ISO_8859_1;
    field public static final java.nio.charset.Charset US_ASCII;
    field public static final java.nio.charset.Charset UTF_16;
    field public static final java.nio.charset.Charset UTF_16BE;
    field public static final java.nio.charset.Charset UTF_16LE;
    field public static final java.nio.charset.Charset UTF_8;
  }
  public class UnmappableCharacterException extends java.nio.charset.CharacterCodingException {
    ctor public UnmappableCharacterException(int);
    method public int getInputLength();