public class WCWidth
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
WCWidth.Interval |
Modifier and Type | Field and Description |
---|---|
(package private) static WCWidth.Interval[] |
combining |
Constructor and Description |
---|
WCWidth() |
Modifier and Type | Method and Description |
---|---|
private static boolean |
bisearch(int ucs,
WCWidth.Interval[] table,
int max) |
static int |
wcwidth(int ucs) |
static WCWidth.Interval[] combining
public static int wcwidth(int ucs)
private static boolean bisearch(int ucs, WCWidth.Interval[] table, int max)