parrotcode: UTF-16 encoding | |
Contents | C |
src/encodings/utf16.c - UTF-16 encoding
UTF-16 encoding with the help of the ICU library.
to_encoding
src
to this encoding.
If dest
is set fill it with the converted result,
else operate inplace.get_codepoint
set_codepoint
get_byte
set_byte
get_codepoints
get_codepoints_inplace
get_bytes
get_bytes_inplace
set_codepoints
set_bytes
become_encoding
codepoints
bytes
utf16_decode_and_advance
utf16_encode_and_advance
utf16_set_position
iter_init
Parrot_encoding_utf16_init
src/encodings/fixed_8.c, src/encodings/utf8.c, src/string.c, include/parrot/string.h, docs/string.pod.
|