public final class CollationFastLatin extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BAIL_OUT_RESULT
Comparison return value when the regular comparison must be used.
|
static int |
LATIN_LIMIT |
static int |
LATIN_MAX |
static int |
VERSION
Fast Latin format version (one byte 1..FF).
|
| Modifier and Type | Method and Description |
|---|---|
static int |
compareUTF16(char[] table,
char[] primaries,
int options,
CharSequence left,
CharSequence right,
int startIndex) |
static int |
getOptions(CollationData data,
CollationSettings settings,
char[] primaries)
Computes the options value for the compare functions
and writes the precomputed primary weights.
|
public static final int VERSION
public static final int LATIN_MAX
public static final int LATIN_LIMIT
public static final int BAIL_OUT_RESULT
public static int getOptions(CollationData data, CollationSettings settings, char[] primaries)
public static int compareUTF16(char[] table,
char[] primaries,
int options,
CharSequence left,
CharSequence right,
int startIndex)