Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dcharset.c190 utf16_put(code, dst); in utf8_utf16_strncpy()
224 int utf16_put(s32 code, u16 **dst) in utf16_put() function
/openbmc/u-boot/include/
H A Dcharset.h100 int utf16_put(s32 code, u16 **dst);
/openbmc/u-boot/test/
H A Dunicode_ut.c370 ut_assert(!utf16_put('@', &pos)); in unicode_test_utf16_put()
377 ut_assert(!utf16_put(0x1f439, &pos)); in unicode_test_utf16_put()
385 ut_asserteq(-1, utf16_put(0xd888, &pos)); in unicode_test_utf16_put()