Home
last modified time | relevance | path

Searched refs:utf16_put (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/lib/
Dcharset.c190 utf16_put(code, dst); in utf8_utf16_strncpy()
224 int utf16_put(s32 code, u16 **dst) in utf16_put() function
/external/u-boot/include/
Dcharset.h101 int utf16_put(s32 code, u16 **dst);
/external/u-boot/test/
Dunicode_ut.c380 ut_assert(!utf16_put('@', &pos)); in unicode_test_utf16_put()
387 ut_assert(!utf16_put(0x1f439, &pos)); in unicode_test_utf16_put()
395 ut_asserteq(-1, utf16_put(0xd888, &pos)); in unicode_test_utf16_put()
/external/u-boot/lib/efi_loader/
Defi_device_path.c864 utf16_put(code, &pos); in path_to_uefi()