Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/unicode/
HDu8_textprep.c145 #define U8_PUT_3BYTES_INTO_UTF32(u, b1, b2, b3) \ macro
765 U8_PUT_3BYTES_INTO_UTF32(u1, s[0], s[1], s[2]); in do_decomp()
1112 U8_PUT_3BYTES_INTO_UTF32(u1, s[start[i]], in do_composition()
1114 U8_PUT_3BYTES_INTO_UTF32(u2, s[start[i] + 3], in do_composition()
1126 U8_PUT_3BYTES_INTO_UTF32(u2, in do_composition()
1550 U8_PUT_3BYTES_INTO_UTF32(u1, in collect_a_seq()