Class Utf16
java.lang.Object
com.thaiopensource.util.Utf16
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisSurrogate(char c) static booleanisSurrogate(int c) static booleanisSurrogate1(char c) static booleanisSurrogate2(char c) static intscalarValue(char c1, char c2) static charsurrogate1(int c) static charsurrogate2(int c)
-
Constructor Details
-
Utf16
public Utf16()
-
-
Method Details
-
isSurrogate
public static boolean isSurrogate(char c) -
isSurrogate
public static boolean isSurrogate(int c) -
isSurrogate1
public static boolean isSurrogate1(char c) -
isSurrogate2
public static boolean isSurrogate2(char c) -
scalarValue
public static int scalarValue(char c1, char c2) -
surrogate1
public static char surrogate1(int c) -
surrogate2
public static char surrogate2(int c)
-