Package org.apache.abdera.i18n.text.data
Class UnicodeCharacterDatabase
- java.lang.Object
-
- org.apache.abdera.i18n.text.data.UnicodeCharacterDatabase
-
public class UnicodeCharacterDatabase extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringUNICODE_VERSION
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddecompose(int c, boolean canonical, java.lang.StringBuilder buf)static intgetCanonicalClass(int c)static chargetPairComposition(int f, int s)static booleanisComposite(int f, int s)
-
-
-
Field Detail
-
UNICODE_VERSION
public static final java.lang.String UNICODE_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCanonicalClass
public static int getCanonicalClass(int c)
-
isComposite
public static boolean isComposite(int f, int s)
-
getPairComposition
public static char getPairComposition(int f, int s)
-
decompose
public static void decompose(int c, boolean canonical, java.lang.StringBuilder buf)
-
-