Home
last modified time | relevance | path

Searched refs:utf16_utf8_strcpy (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/test/
Dunicode_ut.c453 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/
Dcharset.h153 #define utf16_utf8_strcpy(d, s) utf16_utf8_strncpy((d), (s), SIZE_MAX) macro
/external/u-boot/lib/efi_loader/
Defi_variable.c79 utf16_utf8_strcpy(&pos, variable_name); in efi_to_native()
Defi_console.c152 utf16_utf8_strcpy(&pos, string); in efi_cout_output_string()
Defi_file.c716 utf16_utf8_strcpy(&pos, info->file_name); in efi_file_setinfo()
/external/u-boot/cmd/
Dnvedit_efi.c182 utf16_utf8_strcpy(&p, var_name16); in match_name()