Home
last modified time | relevance | path

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

/dports/security/rifiuti2/rifiuti2-0.7.0/src/
H A Dutils.c530 gsize len, r_total, rbyte, wbyte, status, in_ch_width, out_ch_width; in conv_path_to_utf8_with_tmpl() local
547 in_ch_width = sizeof (char); in conv_path_to_utf8_with_tmpl()
550 in_ch_width = sizeof (gunichar2); in conv_path_to_utf8_with_tmpl()
557 rbyte = len * in_ch_width; in conv_path_to_utf8_with_tmpl()
594 _advance_char (in_ch_width, &i_ptr, &rbyte, &o_ptr, &wbyte, tmpl); in conv_path_to_utf8_with_tmpl()