Searched refs:utf16_to_utf8 (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/test/ |
D | test-utf8.c | 171 TEST(utf16_to_utf8) { in TEST() argument 178 a = utf16_to_utf8(utf16, sizeof(utf16)); in TEST() 187 a = utf16_to_utf8(b, char16_strlen(b) * 2); in TEST() 225 b = utf16_to_utf8(a, char16_strlen(a) * 2); in TEST()
|
/systemd-251/src/basic/ |
D | utf8.h | 38 char *utf16_to_utf8(const char16_t *s, size_t length /* bytes! */);
|
D | efivars.c | 155 x = utf16_to_utf8(s, ss); in efi_get_variable_string()
|
D | utf8.c | 390 char *utf16_to_utf8(const char16_t *s, size_t length /* bytes! */) { in utf16_to_utf8() function
|
/systemd-251/src/shared/ |
D | efi-api.c | 253 s = utf16_to_utf8(header->title, title_size); in efi_get_boot_option() 302 p = utf16_to_utf8(dpath->path, dpath->length-4); in efi_get_boot_option()
|
D | efi-loader.c | 116 decoded = utf16_to_utf8(entries + start, (i - start) * sizeof(char16_t)); in efi_loader_get_entries()
|
/systemd-251/src/boot/efi/ |
D | test-bcd.c | 154 … _cleanup_free_ char *title_utf8 = utf16_to_utf8(title, char16_strlen(title) * 2); in TEST()
|