Lines Matching defs:u_ch
47 int str_i_idx, int u_ch, unicode_t *ret)
54 if (u_ch > 1)
71 WARN_ON_ONCE(u_ch != 2);
94 int u_ch, int *needsCRC,
108 len = get_utf16_char(str_i, str_i_max_len, *str_i_idx, u_ch,
159 int u_ch;
191 u_ch = cmp_id >> 3;
196 if (ocu_len % u_ch) {
203 for (idx = ocu_len - u_ch, ext_i_len = 0;
205 idx -= u_ch, ext_i_len++) {
207 if (u_ch > 1)
220 idx = i_ext + u_ch;
223 u_ch, &needsCRC,
241 u_ch, &needsCRC, conv_f, translate))
281 int u_len, u_ch;
296 u_ch = 1;
302 if (u_len + u_ch > ocu_max_len)
326 u_ch = 2;
333 if (u_len + 2 * u_ch > ocu_max_len)