diff options
| author | 2013-07-01 23:40:18 +0000 | |
|---|---|---|
| committer | 2013-07-01 23:40:18 +0000 | |
| commit | 94fed1c5d570a92d357657451e5b47aba4feee12 (patch) | |
| tree | 1f76b7211b4063fb7be70e8f9bfb553ce82cdeb2 | |
| parent | c26e5505495f7a36163477e12098d5fd2822cae9 (diff) | |
| parent | bf1589d0dfbdfc59bca46f2f4e6b75f3f7702e10 (diff) | |
Merge "Track libcore API update."
| -rw-r--r-- | api/current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 7ec6070e779d..ecef765e3f52 100644 --- a/api/current.txt +++ b/api/current.txt @@ -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); |