NAME ^

src/encodings/fixed_8.c

DESCRIPTION ^

This file implements the encoding functions for fixed-width 8-bit codepoints

static STRING *to_encoding

RT#48260: Not yet documented!!!

static UINTVAL get_codepoint

codepoints are bytes, so delegate

static void set_codepoint

This is the same as set byte

static UINTVAL get_byte

RT#48260: Not yet documented!!!

static void set_byte

RT#48260: Not yet documented!!!

static STRING *get_codepoints

Delegate to get_bytes

static STRING *get_bytes

RT#48260: Not yet documented!!!

static STRING *get_codepoints_inplace

Delegate to get_bytes

static STRING *get_bytes_inplace

RT#48260: Not yet documented!!!

static void set_codepoints

Delegate to set_bytes

static void set_bytes

RT#48260: Not yet documented!!!

static void become_encoding

Unconditionally makes the string be in this encoding, if that's valid

static UINTVAL codepoints

RT#48260: Not yet documented!!!

static UINTVAL bytes

RT#48260: Not yet documented!!!

static UINTVAL fixed8_get_next

RT#48260: Not yet documented!!!

static void fixed8_set_next

RT#48260: Not yet documented!!!

static void fixed8_set_position

RT#48260: Not yet documented!!!

static void iter_init

RT#48260: Not yet documented!!!

ENCODING *Parrot_encoding_fixed_8_init

RT#48260: Not yet documented!!!


parrot