Class UnicodeUtils
java.lang.Object
net.thisptr.jackson.jq.internal.misc.UnicodeUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intlengthUtf32(String in) static intlengthUtf8(String text) static StringsubstringUtf32(String in, int begin, int end) static int[]UTF8CharIndex(byte[] bytes) static intUTF8CharLength(byte ch)
-
Constructor Details
-
UnicodeUtils
public UnicodeUtils()
-
-
Method Details
-
UTF8CharLength
public static int UTF8CharLength(byte ch) -
UTF8CharIndex
public static int[] UTF8CharIndex(byte[] bytes) -
lengthUtf8
-
lengthUtf32
-
substringUtf32
-