Lines Matching refs:to_left
41 int from_left, to_left;
60 to_left = 1;
62 if (_XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0) < 0)
79 int from_left, to_left, length;
97 length = to_left = XLC_PUBLIC(lcd, mb_cur_max);
99 if (_XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0) < 0)
102 ret = length - to_left;
117 int from_left, to_left, ret;
132 to_left = len;
134 if (_XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0) < 0)
137 ret = len - to_left;
138 if (wstr && to_left > 0)
156 int from_left, to_left, ret;
171 to_left = len;
173 if (_XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0) < 0)
176 ret = len - to_left;
177 if (str && to_left > 0)
309 int from_left, to_left, ret;
324 to_left = len;
326 if (_XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0) < 0)
329 ret = len - to_left;
330 if (ustr && to_left > 0)