Lines Matching refs:from_left
41 int from_left, to_left;
58 from_left = len;
62 if (_XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0) < 0)
65 ret = len - from_left;
79 int from_left, to_left, length;
95 from_left = 1;
99 if (_XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0) < 0)
117 int from_left, to_left, ret;
130 from_left = (int) strlen(str);
134 if (_XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0) < 0)
156 int from_left, to_left, ret;
169 from_left = _Xwcslen(wstr);
173 if (_XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0) < 0)
309 int from_left, to_left, ret;
322 from_left = (int) strlen(str);
326 if (_XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0) < 0)