parrotcode: src/charset/binary.c | |
Contents | C |
src/charset/binary.c
This file implements the charset functions for binary data
static void set_graphemes
static STRING *to_charset
static STRING *compose
static STRING *decompose
static void upcase
static void downcase
static void titlecase
static void upcase_first
static void downcase_first
static void titlecase_first
static INTVAL compare
static INTVAL cs_index
static INTVAL cs_rindex
static UINTVAL validate
static INTVAL is_cclass
static INTVAL find_cclass
static INTVAL find_not_cclass
static STRING *string_from_codepoint
const CHARSET *Parrot_charset_binary_init
|