parrotcode: src/charset/unicode.c | |
Contents | C |
src/charset/unicode.c
This file implements the charset functions for unicode data
static void set_graphemes
static STRING *get_graphemes
static STRING *get_graphemes_inplace
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_rindex
static UINTVAL validate
static int u_iscclass
static INTVAL is_cclass
static INTVAL find_cclass
static INTVAL find_not_cclass
static STRING *string_from_codepoint
static size_t compute_hash
const CHARSET *Parrot_charset_unicode_init
|