parrotcode: src/encodings/fixed_8.c | |
Contents | C |
src/encodings/fixed_8.c
This file implements the encoding functions for fixed-width 8-bit codepoints
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 fixed8_get_next
static void fixed8_set_next
static void fixed8_set_position
static void iter_init
ENCODING *Parrot_encoding_fixed_8_init
|