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

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

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

* commit 'e88fe7f4':
  Track libcore API update.
parents aaf16120 e88fe7f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32530,6 +32530,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);
@@ -32540,6 +32541,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);