public final class NativeCollation extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
closeCollator(long address) |
static void |
closeElements(long address) |
static int |
compare(long address,
String source,
String target) |
static int |
getAttribute(long address,
int type) |
static long |
getCollationElementIterator(long address,
String source) |
static int |
getMaxExpansion(long address,
int order) |
static int |
getOffset(long address) |
static String |
getRules(long address) |
static byte[] |
getSortKey(long address,
String source) |
static int |
next(long address) |
static long |
openCollator(Locale locale) |
static long |
openCollatorFromRules(String rules,
int normalizationMode,
int collationStrength) |
static int |
previous(long address) |
static void |
reset(long address) |
static long |
safeClone(long address) |
static void |
setAttribute(long address,
int type,
int value) |
static void |
setOffset(long address,
int offset) |
static void |
setText(long address,
String source) |
public static void closeCollator(long address)
public static int getAttribute(long address,
int type)
public static long getCollationElementIterator(long address,
String source)
public static String getRules(long address)
public static byte[] getSortKey(long address,
String source)
public static long openCollator(Locale locale)
public static long openCollatorFromRules(String rules, int normalizationMode, int collationStrength)
public static long safeClone(long address)
public static void setAttribute(long address,
int type,
int value)
public static void closeElements(long address)
public static int getMaxExpansion(long address,
int order)
public static int getOffset(long address)
public static int next(long address)
public static int previous(long address)
public static void reset(long address)
public static void setOffset(long address,
int offset)
public static void setText(long address,
String source)