Searched refs:utf16_utf8_strcpy (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/test/ |
D | unicode_ut.c | 453 utf16_utf8_strcpy(&pos, c1); in unicode_test_utf16_utf8_strcpy() 458 utf16_utf8_strcpy(&pos, c2); in unicode_test_utf16_utf8_strcpy() 463 utf16_utf8_strcpy(&pos, c3); in unicode_test_utf16_utf8_strcpy() 468 utf16_utf8_strcpy(&pos, c4); in unicode_test_utf16_utf8_strcpy() 474 utf16_utf8_strcpy(&pos, i1); in unicode_test_utf16_utf8_strcpy() 479 utf16_utf8_strcpy(&pos, i2); in unicode_test_utf16_utf8_strcpy() 484 utf16_utf8_strcpy(&pos, i3); in unicode_test_utf16_utf8_strcpy()
|
/external/u-boot/include/ |
D | charset.h | 153 #define utf16_utf8_strcpy(d, s) utf16_utf8_strncpy((d), (s), SIZE_MAX) macro
|
/external/u-boot/lib/efi_loader/ |
D | efi_variable.c | 79 utf16_utf8_strcpy(&pos, variable_name); in efi_to_native()
|
D | efi_console.c | 152 utf16_utf8_strcpy(&pos, string); in efi_cout_output_string()
|
D | efi_file.c | 716 utf16_utf8_strcpy(&pos, info->file_name); in efi_file_setinfo()
|
/external/u-boot/cmd/ |
D | nvedit_efi.c | 182 utf16_utf8_strcpy(&p, var_name16); in match_name()
|