decompose-internal

decompose-internal

Functions

Types and Values

struct ucs4_with_ccc

Description

Functions

uc_compat_decomposition ()

int
uc_compat_decomposition (ucs4_t uc,
                         ucs4_t *decomposition);

gl_uninorm_decompose_merge_sort_inplace ()

void
gl_uninorm_decompose_merge_sort_inplace
                               (struct ucs4_with_ccc *src,
                                size_t n,
                                struct ucs4_with_ccc *tmp);

Types and Values

struct ucs4_with_ccc

struct ucs4_with_ccc {
  ucs4_t code;
  int ccc;      /* range 0..255 */
};