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

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

am 94fed1c5: Merge "Track libcore API update."

* commit '94fed1c5':
  Track libcore API update.
parents 7c56325d 94fed1c5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32528,6 +32528,7 @@ package java.lang {
    method public static int getType(char);
    method public static int getType(int);
    method public static char highSurrogate(int);
    method public static boolean isAlphabetic(int);
    method public static boolean isBmpCodePoint(int);
    method public static boolean isDefined(char);
    method public static boolean isDefined(int);
@@ -32538,6 +32539,7 @@ package java.lang {
    method public static boolean isISOControl(int);
    method public static boolean isIdentifierIgnorable(char);
    method public static boolean isIdentifierIgnorable(int);
    method public static boolean isIdeographic(int);
    method public static boolean isJavaIdentifierPart(char);
    method public static boolean isJavaIdentifierPart(int);
    method public static boolean isJavaIdentifierStart(char);