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

Commit bf1589d0 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Track libcore API update.

Bug: 3484927
Change-Id: I04de17b1191295e3fa874c9e351ae686d9eecef5
parent c26e5505
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -31423,6 +31423,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);
@@ -31433,6 +31434,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);