Searched refs:utf16_put (Results 1 – 3 of 3) sorted by relevance
190 utf16_put(code, dst); in utf8_utf16_strncpy()224 int utf16_put(s32 code, u16 **dst) in utf16_put() function
100 int utf16_put(s32 code, u16 **dst);
370 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()