parrotcode: UCS-2 encoding | |
Contents | C |
src/encodings/ucs2.c - UCS-2 encoding
UCS-2 encoding with the help of the ICU library.
to_encoding
get_codepoint
set_codepoint
get_byte
set_byte
get_codepoints
get_bytes
get_codepoints_inplace
get_bytes_inplace
set_codepoints
set_bytes
become_encoding
codepoints
bytes
ucs2_decode_and_advance
ucs2_encode_and_advance
ucs2_set_position
iter_init
Parrot_encoding_ucs2_init
src/encodings/fixed_8.c, src/encodings/utf8.c, src/string.c, include/parrot/string.h, docs/string.pod.
|