HomeSort by: relevance | last modified time | path
    Searched defs:to_len (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
imConv.c 195 int to_len = BUF_SIZE; local
204 &from, &from_len, &to, &to_len,
210 from_len = BUF_SIZE - to_len;
211 to_len = nbytes;
214 &from, &from_len, &to, &to_len,
218 count = nbytes - to_len;
264 int to_len = BUF_SIZE; local
273 &from, &from_len, &to, &to_len,
279 from_len = BUF_SIZE - to_len;
280 to_len = nbytes
340 int to_len = nbytes; local
    [all...]
  /xsrc/external/mit/fontconfig/dist/src/
fcformat.c 916 int from_len, to_len; local
938 to_len = strlen (to);
939 repeat = to[to_len - 1];
954 FcStrBufChar (buf, i < to_len ? to[i] : repeat);
  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imLcPrs.c 413 int from_len, to_len, len; local
423 to_len = MB_LEN_MAX;
426 &from, &from_len, &to, &to_len, args, 1 ) != 0) {
432 from_len = MB_LEN_MAX - to_len;
433 to_len = MB_LEN_MAX + 1;
436 &from, &from_len, &to, &to_len, args, 1 ) != 0) {
439 len = MB_LEN_MAX + 1 - to_len;

Completed in 8 milliseconds