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