public class UnicodeCharacterDatabase extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
UNICODE_VERSION |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final String UNICODE_VERSION
public static int getCanonicalClass(int c)
public static boolean isComposite(int f,
int s)
public static char getPairComposition(int f,
int s)
public static void decompose(int c,
boolean canonical,
StringBuilder buf)
Copyright © 2010 - 2020 Adobe. All Rights Reserved