|
size_t | xwcslen (const wchar_t *str) |
|
size_t | xmbslen (const char *str) |
|
wchar_t * | xwcscpy (wchar_t *dst, wchar_t *src) |
|
wchar_t * | xwcsdup (wchar_t *str) |
|
wchar_t * | xwcscat (wchar_t *dst, const wchar_t *src) |
|
int | xwcscmp (const wchar_t *s1, const wchar_t *s2) |
|
wchar_t * | xwcschr (const wchar_t *s, wchar_t c) |
|
char * | wcs_to_normal (const wchar_t *str) |
|
wchar_t * | normal_to_wcs (const char *str) |
|
wchar_t ** | wcs_array_make (const wchar_t *string, const wchar_t *sep, int max, int trim, int quotes) |
|
size_t | xwcslcpy (wchar_t *dst, const wchar_t *src, size_t size) |
|
wchar_t * | wcs_array_join (wchar_t **array, const wchar_t *sep) |
|