Searched refs:utf16_utf8_strcpy (Results 1 – 5 of 5) sorted by relevance
/u-boot/test/ |
A D | unicode_ut.c | 468 utf16_utf8_strcpy(&pos, c1); in unicode_test_utf16_utf8_strcpy() 473 utf16_utf8_strcpy(&pos, c2); in unicode_test_utf16_utf8_strcpy() 478 utf16_utf8_strcpy(&pos, c3); in unicode_test_utf16_utf8_strcpy() 483 utf16_utf8_strcpy(&pos, c4); in unicode_test_utf16_utf8_strcpy() 489 utf16_utf8_strcpy(&pos, i1); in unicode_test_utf16_utf8_strcpy() 494 utf16_utf8_strcpy(&pos, i2); in unicode_test_utf16_utf8_strcpy() 499 utf16_utf8_strcpy(&pos, i3); in unicode_test_utf16_utf8_strcpy()
|
/u-boot/include/ |
A D | charset.h | 158 #define utf16_utf8_strcpy(d, s) utf16_utf8_strncpy((d), (s), SIZE_MAX) macro
|
/u-boot/cmd/ |
A D | nvedit_efi.c | 148 utf16_utf8_strcpy(&p, var_name16); in match_name()
|
/u-boot/lib/efi_loader/ |
A D | efi_console.c | 165 utf16_utf8_strcpy(&pos, string); in efi_cout_output_string()
|
A D | efi_file.c | 899 utf16_utf8_strcpy(&pos, info->file_name); in efi_file_setinfo()
|
Completed in 26 milliseconds