NAME ^

src/charset/iso-8859-1.c

DESCRIPTION ^

This file implements the charset functions for iso-8859-1 data

static void set_graphemes(PARROT_INTERP, NOTNULL(STRING *source_string), UINTVAL offset, UINTVAL replace_count, NOTNULL(STRING *insert_string))

TODO: Not yet documented!!!

static STRING *to_latin1(PARROT_INTERP, NOTNULL(STRING *src), NULLOK(STRING *dest))

TODO: Not yet documented!!!

static STRING *to_unicode(PARROT_INTERP, NOTNULL(STRING *src), NULLOK(STRING *dest))

TODO: Not yet documented!!!

PARROT_WARN_UNUSED_RESULT static STRING *to_charset(PARROT_INTERP, NOTNULL(STRING *src), NOTNULL(STRING *dest))

TODO: Not yet documented!!!

PARROT_WARN_UNUSED_RESULT static STRING *compose(PARROT_INTERP, NOTNULL(STRING *src))

TODO: Not yet documented!!!

static STRING *decompose(PARROT_INTERP, SHIM(STRING *src))

TODO: Not yet documented!!!

static void upcase(PARROT_INTERP, NOTNULL(STRING *source_string))

TODO: Not yet documented!!!

static void downcase(PARROT_INTERP, NOTNULL(STRING *source_string))

TODO: Not yet documented!!!

static void titlecase(PARROT_INTERP, NOTNULL(STRING *source_string))

TODO: Not yet documented!!!

static void upcase_first(PARROT_INTERP, NOTNULL(STRING *source_string))

TODO: Not yet documented!!!

static void downcase_first(PARROT_INTERP, NOTNULL(STRING *source_string))

TODO: Not yet documented!!!

static void titlecase_first(PARROT_INTERP, NOTNULL(STRING *source_string))

TODO: Not yet documented!!!

static UINTVAL validate(PARROT_INTERP, NOTNULL(STRING *src))

TODO: Not yet documented!!!

static INTVAL is_cclass(PARROT_INTERP, INTVAL flags, NOTNULL(STRING *source_string), UINTVAL offset)

TODO: Not yet documented!!!

static INTVAL find_cclass(PARROT_INTERP, INTVAL flags, NOTNULL(STRING *source_string), UINTVAL offset, UINTVAL count)

TODO: Not yet documented!!!

static INTVAL find_not_cclass(PARROT_INTERP, INTVAL flags, NOTNULL(STRING *source_string), UINTVAL offset, UINTVAL count)

TODO: Not yet documented!!!

static STRING *string_from_codepoint(PARROT_INTERP, UINTVAL codepoint)

TODO: Not yet documented!!!

PARROT_CANNOT_RETURN_NULL const CHARSET *Parrot_charset_iso_8859_1_init(PARROT_INTERP)

TODO: Not yet documented!!!

PARROT_WARN_UNUSED_RESULT STRING *charset_cvt_iso_8859_1_to_ascii(PARROT_INTERP, NOTNULL(STRING *src), NULLOK(STRING *dest))

TODO: Not yet documented!!!


parrot