|
int | strlower_w (ucs2_t *s) |
int | strupper_w (ucs2_t *s) |
int | islower_w (ucs2_t c) |
int | islower_sp (uint32_t c_sp) |
int | isupper_w (ucs2_t c) |
int | isupper_sp (uint32_t c_sp) |
size_t | strlen_w (const ucs2_t *src) |
size_t | strnlen_w (const ucs2_t *src, size_t max) |
ucs2_t * | strchr_w (const ucs2_t *s, ucs2_t c) |
ucs2_t * | strcasechr_w (const ucs2_t *s, ucs2_t c) |
ucs2_t * | strcasechr_sp (const ucs2_t *s, uint32_t c_sp) |
int | strcmp_w (const ucs2_t *a, const ucs2_t *b) |
int | strncmp_w (const ucs2_t *a, const ucs2_t *b, size_t len) |
ucs2_t * | strstr_w (const ucs2_t *s, const ucs2_t *ins) |
ucs2_t * | strcasestr_w (const ucs2_t *s, const ucs2_t *ins) |
int | strcasecmp_w (const ucs2_t *a, const ucs2_t *b) |
int | strncasecmp_w (const ucs2_t *a, const ucs2_t *b, size_t len) |
ucs2_t * | strndup_w (const ucs2_t *src, size_t len) |
ucs2_t * | strdup_w (const ucs2_t *src) |
ucs2_t * | strncpy_w (ucs2_t *dest, const ucs2_t *src, const size_t max) |
ucs2_t * | strncat_w (ucs2_t *dest, const ucs2_t *src, const size_t max) |
ucs2_t * | strcat_w (ucs2_t *dest, const ucs2_t *src) |
static ucs2_t | do_precomposition (unsigned int base, unsigned int comb) |
static uint32_t | do_precomposition_sp (unsigned int base_sp, unsigned int comb_sp) |
static uint32_t | do_decomposition (ucs2_t base) |
static uint64_t | do_decomposition_sp (unsigned int base_sp) |
size_t | precompose_w (ucs2_t *name, size_t inplen, ucs2_t *comp, size_t *outlen) |
size_t | decompose_w (ucs2_t *name, size_t inplen, ucs2_t *comp, size_t *outlen) |