Lines Matching defs:u_ch
43 int str_i_idx, int u_ch, unicode_t *ret)
50 if (u_ch > 1)
67 WARN_ON_ONCE(u_ch != 2);
90 int u_ch, int *needsCRC,
104 len = get_utf16_char(str_i, str_i_max_len, *str_i_idx, u_ch,
155 int u_ch;
187 u_ch = cmp_id >> 3;
192 if (ocu_len % u_ch) {
199 for (idx = ocu_len - u_ch, ext_i_len = 0;
201 idx -= u_ch, ext_i_len++) {
203 if (u_ch > 1)
216 idx = i_ext + u_ch;
219 u_ch, &needsCRC,
237 u_ch, &needsCRC, conv_f, translate))
277 int u_len, u_ch;
292 u_ch = 1;
298 if (u_len + u_ch > ocu_max_len)
322 u_ch = 2;
329 if (u_len + 2 * u_ch > ocu_max_len)