/src/sys/fs/hfs/ |
unicode.h | 38 size_t utf8_to_utf16(uint16_t *, size_t, const char *, size_t, int, int *);
|
unicode.c | 40 utf8_to_utf16(uint16_t *dst, size_t dst_len, function in typeref:typename:size_t
|
hfs_vnops.c | 407 len = utf8_to_utf16(unicn, namelen,
|
/src/sbin/gpt/ |
label.c | 74 utf8_to_utf16(name, ent->ent_name, __arraycount(ent->ent_name));
|
add.c | 80 utf8_to_utf16(xname, ent->ent_name, __arraycount(ent->ent_name));
|
gpt.h | 109 void utf8_to_utf16(const uint8_t *, uint16_t *, size_t);
|
gpt_uuid.c | 271 utf8_to_utf16((const uint8_t *)gpt_nv[t].d, b, s / sizeof(*b));
|
restore.c | 157 utf8_to_utf16((const uint8_t *)s, ent.ent_name,
|
gpt.c | 182 utf8_to_utf16(const uint8_t *s8, uint16_t *s16, size_t s16len) function in typeref:typename:void
|