Searched refs:utf16_put (Results 1 – 4 of 4) sorted by relevance
106 int utf16_put(s32 code, u16 **dst);
205 utf16_put(code, dst); in utf8_utf16_strncpy()239 int utf16_put(s32 code, u16 **dst) in utf16_put() function
395 ut_assert(!utf16_put('@', &pos)); in unicode_test_utf16_put()402 ut_assert(!utf16_put(0x1f439, &pos)); in unicode_test_utf16_put()410 ut_asserteq(-1, utf16_put(0xd888, &pos)); in unicode_test_utf16_put()
917 utf16_put(code, &pos); in path_to_uefi()
Completed in 8 milliseconds