NAME ^

src/charset/ascii.c

DESCRIPTION ^

This file implements the charset functions for ascii data and common charset functionality for similar charsets like iso-8859-1.

STRING *ascii_get_graphemes

RT#48260: Not yet documented!!!

static void set_graphemes

RT#48260: Not yet documented!!!

STRING *ascii_get_graphemes_inplace

RT#48260: Not yet documented!!!

static STRING *to_ascii

RT#48260: Not yet documented!!!

static STRING *to_unicode

RT#48260: Not yet documented!!!

static STRING *to_charset

RT#48260: Not yet documented!!!

static STRING *compose

RT#48260: Not yet documented!!!

static STRING *decompose

RT#48260: Not yet documented!!!

static void upcase

RT#48260: Not yet documented!!!

static void downcase

RT#48260: Not yet documented!!!

static void titlecase

RT#48260: Not yet documented!!!

static void upcase_first

RT#48260: Not yet documented!!!

static void downcase_first

RT#48260: Not yet documented!!!

static void titlecase_first

RT#48260: Not yet documented!!!

INTVAL ascii_compare

RT#48260: Not yet documented!!!

INTVAL mixed_cs_index

RT#48260: Not yet documented!!!

INTVAL ascii_cs_index

RT#48260: Not yet documented!!!

INTVAL ascii_cs_rindex

RT#48260: Not yet documented!!!

static UINTVAL validate

RT#48260: Not yet documented!!!

static STRING *string_from_codepoint

RT#48260: Not yet documented!!!

static INTVAL is_cclass

RT#48260: Not yet documented!!!

static INTVAL find_cclass

RT#48260: Not yet documented!!!

static INTVAL find_not_cclass

RT#48260: Not yet documented!!!

size_t ascii_compute_hash

RT#48260: Not yet documented!!!

const CHARSET *Parrot_charset_ascii_init

RT#48260: Not yet documented!!!

STRING *charset_cvt_ascii_to_binary

RT#48260: Not yet documented!!!

STRING *charset_cvt_ascii_to_iso_8859_1

RT#48260: Not yet documented!!!


parrot