mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8263091: Remove CharacterData.isOtherUppercase/-Lowercase
Reviewed-by: rriggs, naoto, iris
This commit is contained in:
parent
13625bebd0
commit
a0c3f24218
8 changed files with 27 additions and 97 deletions
|
@ -54,14 +54,6 @@ abstract class CharacterData {
|
|||
return null;
|
||||
}
|
||||
|
||||
boolean isOtherLowercase(int ch) {
|
||||
return false;
|
||||
}
|
||||
|
||||
boolean isOtherUppercase(int ch) {
|
||||
return false;
|
||||
}
|
||||
|
||||
boolean isOtherAlphabetic(int ch) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue