Overload List
Name | Description | |
---|---|---|
UTF16toUTF8(array<Char>[]()[][], Int32, UnicodeUtil..::..UTF8Result) | Encode characters from a char[] source, starting at
offset and stopping when the character 0xffff is seen.
Returns the number of bytes written to bytesOut.
| |
UTF16toUTF8(array<Char>[]()[][], Int32, Int32, UnicodeUtil..::..UTF8Result) | Encode characters from a char[] source, starting at
offset for length chars. Returns the number of bytes
written to bytesOut.
| |
UTF16toUTF8(String, Int32, Int32, UnicodeUtil..::..UTF8Result) | Encode characters from this String, starting at offset
for length characters. Returns the number of bytes
written to bytesOut.
|