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

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

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

* commit '9544df07':
  Track libcore API update.
parents bd856a55 9544df07
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33379,6 +33379,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);
@@ -33389,6 +33390,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);