Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
UnicodeUtil.UTF16Result.copyText(UnicodeUtil.UTF16Result other) |
static void |
UnicodeUtil.UTF8toUTF16(byte[] utf8,
int offset,
int length,
UnicodeUtil.UTF16Result result)
Convert UTF8 bytes into UTF16 characters.
|