Home
last modified time | relevance | path

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

/linux/fs/udf/
A Dunicode.c91 int *str_o_idx, in udf_name_conv_char() argument
103 if (*str_o_idx >= str_o_max_len) { in udf_name_conv_char()
129 len = conv_f(c, &str_o[*str_o_idx], in udf_name_conv_char()
130 str_o_max_len - *str_o_idx); in udf_name_conv_char()
132 len = utf32_to_utf8(c, &str_o[*str_o_idx], in udf_name_conv_char()
133 str_o_max_len - *str_o_idx); in udf_name_conv_char()
139 *str_o_idx += len; in udf_name_conv_char()
144 str_o[(*str_o_idx)++] = ILLEGAL_CHAR_MARK; in udf_name_conv_char()

Completed in 4 milliseconds