Searched refs:get_utf16_char (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/ |
H A D | unicode.c | 46 static unicode_t get_utf16_char(const uint8_t *str_i, int str_i_max_len, in get_utf16_char() function 108 len = get_utf16_char(str_i, str_i_max_len, *str_i_idx, u_ch, in udf_name_conv_char()
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | unicode.c | 42 static unicode_t get_utf16_char(const uint8_t *str_i, int str_i_max_len, in get_utf16_char() function 104 len = get_utf16_char(str_i, str_i_max_len, *str_i_idx, u_ch, in udf_name_conv_char()
|
Completed in 2 milliseconds