HomeSort by: relevance | last modified time | path
    Searched refs:from_len (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
imConv.c 194 int from_len = 1; local
204 &from, &from_len, &to, &to_len,
210 from_len = BUF_SIZE - to_len;
214 &from, &from_len, &to, &to_len,
263 int from_len = 1; local
273 &from, &from_len, &to, &to_len,
279 from_len = BUF_SIZE - to_len;
284 &from, &from_len, &to, &to_len,
338 int from_len = 1; local
347 &from, &from_len, &to, &to_len
    [all...]
  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imLcLkup.c 278 int from_len,
297 if (!conv || !from || !from_len) {
306 from_left = from_len;
341 _XimLcctstombs(XIM xim, char *from, int from_len,
345 from, from_len, to, to_len, state);
349 _XimLcctstowcs(XIM xim, char *from, int from_len,
368 if (!conv || !from || !from_len) {
377 from_left = from_len;
412 _XimLcctstoutf8(XIM xim, char *from, int from_len,
416 from, from_len, to, to_len, state)
    [all...]
imLcPrs.c 413 int from_len, to_len, len; local
422 from_len = 1;
426 &from, &from_len, &to, &to_len, args, 1 ) != 0) {
432 from_len = MB_LEN_MAX - to_len;
436 &from, &from_len, &to, &to_len, args, 1 ) != 0) {
imDefLkup.c 975 int from_len,
994 if (!conv || !from || !from_len) {
1003 from_left = from_len;
1038 _Ximctstombs(XIM xim, char *from, int from_len,
1042 from, from_len, to, to_len, state);
1049 int from_len,
1070 if (!conv || !from || !from_len) {
1079 from_left = from_len;
1117 int from_len,
1123 from, from_len, to, to_len, state)
    [all...]
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
Ximint.h 619 int from_len,
628 int from_len,
637 int from_len,
646 int from_len,
655 int from_len,
664 int from_len,
  /xsrc/external/mit/libX11/dist/modules/lc/gen/
lcGenConv.c 298 int from_len = (*from_left) + 1; local
305 len = compare(src, parse_info->encoding, from_len);

Completed in 8 milliseconds