diff options
| author | 2013-07-01 16:45:33 -0700 | |
|---|---|---|
| committer | 2013-07-01 16:45:33 -0700 | |
| commit | e88fe7f415334ae04a289f8bc697404212784df0 (patch) | |
| tree | 2dd386a4185719e67a7cc7a0abb5575a731f40fa | |
| parent | 7c56325d57c3c6022cfcb9b71343751c572bc656 (diff) | |
| parent | 94fed1c5d570a92d357657451e5b47aba4feee12 (diff) | |
am 94fed1c5: Merge "Track libcore API update."
* commit '94fed1c5d570a92d357657451e5b47aba4feee12':
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 b18b4fcf11df..da6dc0bba283 100644 --- a/api/current.txt +++ b/api/current.txt @@ -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); |