|
ReactOS 0.4.17-dev-934-g091855f
|

Go to the source code of this file.
Functions | |
| static size_t | vkd3d_utf8_len (uint32_t c) |
| static void | vkd3d_utf8_append (char **dst, uint32_t c) |
| static uint32_t | vkd3d_utf16_read (const uint16_t **src) |
| static char * | vkd3d_strdup_w16_utf8 (const uint16_t *wstr) |
| static char * | vkd3d_strdup_w32_utf8 (const uint32_t *wstr) |
| char * | vkd3d_strdup_w_utf8 (const WCHAR *wstr, size_t wchar_size) |
Definition at line 106 of file utf8.c.
Referenced by vkd3d_strdup_w_utf8().
Definition at line 137 of file utf8.c.
Referenced by vkd3d_strdup_w_utf8().
Definition at line 159 of file utf8.c.
Referenced by vkd3d_set_vk_object_name().
Definition at line 40 of file utf8.c.
Referenced by vkd3d_strdup_w16_utf8(), and vkd3d_strdup_w32_utf8().
Definition at line 25 of file utf8.c.
Referenced by vkd3d_strdup_w16_utf8(), and vkd3d_strdup_w32_utf8().