Frames | No Frames |
Methods with return type com.ibm.icu.lang.UCharacter.UnicodeBlock | |
UCharacter.UnicodeBlock | UCharacter.UnicodeBlock.forName(String blockName) Cover the JDK 1.5 API. |
UCharacter.UnicodeBlock | UCharacter.UnicodeBlock.getInstance(int id) Gets the only instance of the UnicodeBlock with the argument ID.
|
UCharacter.UnicodeBlock | UCharacter.UnicodeBlock.of(int ch) Returns the Unicode allocation block that contains the code point,
or null if the code point is not a member of a defined block.
|