Class UCharacterUtility
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.UCharacterUtility
Internal character utility class for simple data type conversion and String
parsing functions. Does not have an analog in the JDK.
- Since:
- sep2900
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisNonCharacter(int ch) Determines if codepoint is a non character
-
Method Details
-
isNonCharacter
public static boolean isNonCharacter(int ch) Determines if codepoint is a non character- Parameters:
ch- codepoint- Returns:
- true if codepoint is a non character false otherwise
-