Searched refs:utf16_put (Results 1 – 4 of 4) sorted by relevance
190 utf16_put(code, dst); in utf8_utf16_strncpy()224 int utf16_put(s32 code, u16 **dst) in utf16_put() function
101 int utf16_put(s32 code, u16 **dst);
380 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()
864 utf16_put(code, &pos); in path_to_uefi()