Methods in org.apache.lucene.util with parameters of type UnicodeUtil.UTF8Result |
static void |
UnicodeUtil.UTF16toUTF8(char[] source,
int offset,
int length,
UnicodeUtil.UTF8Result result)
Encode characters from a char[] source, starting at
offset for length chars. |
static void |
UnicodeUtil.UTF16toUTF8(char[] source,
int offset,
UnicodeUtil.UTF8Result result)
Encode characters from a char[] source, starting at
offset and stopping when the character 0xffff is seen. |
static void |
UnicodeUtil.UTF16toUTF8(String s,
int offset,
int length,
UnicodeUtil.UTF8Result result)
Encode characters from this String, starting at offset
for length characters. |