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

Commit 324993ab authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 5216f11e: Merge "Track libcore API update."

* commit '5216f11e':
  Track libcore API update.
parents ce566b50 5216f11e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -35954,6 +35954,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();