Lines Matching refs:to_left
124 int from_left, to_left, buf_len, ret, len;
164 to_left = buf_len;
188 len = min(from_left, to_left);
193 to_left -= len;
196 ret = _XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0);
211 to_left -= sizeof(wchar_t);
215 to_left--;
230 to_left -= sizeof(wchar_t);
233 to_left--;
236 *list_ret = alloc_list(is_wide_char, *count_ret, buf_len - to_left);