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

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

am d1411efe: am 324993ab: am 5216f11e: Merge "Track libcore API update."

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