org.apache.abdera.i18n.text.data
Class UnicodeCharacterDatabase

java.lang.Object
  extended by org.apache.abdera.i18n.text.data.UnicodeCharacterDatabase

public class UnicodeCharacterDatabase
extends Object


Field Summary
static String UNICODE_VERSION
           
 
Method Summary
static void decompose(int c, boolean canonical, StringBuilder buf)
           
static int getCanonicalClass(int c)
           
static char getPairComposition(int f, int s)
           
static boolean isComposite(int f, int s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNICODE_VERSION

public static final 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,
                             StringBuilder buf)


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.