| java.lang.Object org.kohsuke.rngom.util.Utf16
Utf16 | abstract public class Utf16 (Code) | | |
isSurrogate | public static boolean isSurrogate(char c)(Code) | | |
isSurrogate1 | public static boolean isSurrogate1(char c)(Code) | | |
isSurrogate2 | public static boolean isSurrogate2(char c)(Code) | | |
scalarValue | public static int scalarValue(char c1, char c2)(Code) | | |
surrogate1 | public static char surrogate1(int c)(Code) | | |
surrogate2 | public static char surrogate2(int c)(Code) | | |
|
|