|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Unicode.UTF16Result | |
|---|---|
| net.csdn.common | |
| Uses of Unicode.UTF16Result in net.csdn.common |
|---|
| Methods in net.csdn.common that return Unicode.UTF16Result | |
|---|---|
static Unicode.UTF16Result |
Unicode.fromBytesAsUtf16(byte[] source)
|
static Unicode.UTF16Result |
Unicode.fromBytesAsUtf16(byte[] source,
int offset,
int length)
|
static Unicode.UTF16Result |
Unicode.unsafeFromBytesAsUtf16(byte[] source)
|
static Unicode.UTF16Result |
Unicode.unsafeFromBytesAsUtf16(byte[] source,
int offset,
int length)
|
| Methods in net.csdn.common with parameters of type Unicode.UTF16Result | |
|---|---|
void |
Unicode.UTF16Result.copyText(Unicode.UTF16Result other)
|
static void |
Unicode.UTF8toUTF16(byte[] utf8,
int offset,
int length,
Unicode.UTF16Result result)
Convert UTF8 bytes into UTF16 characters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||