diff options
| author | 2013-07-01 16:48:00 -0700 | |
|---|---|---|
| committer | 2013-07-01 16:48:00 -0700 | |
| commit | 9544df0767b7e3e7d9f807cb2290cd3afba73b7a (patch) | |
| tree | 2c04e7dee01accf74f27021a248cfd7eeb3cf5a0 | |
| parent | aaf1612067451c30d1564f3ac4361527e4ab92c3 (diff) | |
| parent | e88fe7f415334ae04a289f8bc697404212784df0 (diff) | |
am e88fe7f4: am 94fed1c5: Merge "Track libcore API update."
* commit 'e88fe7f415334ae04a289f8bc697404212784df0':
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 fd39f0cb3ada..70d40e28c44d 100644 --- a/api/current.txt +++ b/api/current.txt @@ -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); |