HomeSort by: relevance | last modified time | path
    Searched refs:to_len (Results 1 - 5 of 5) 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/libX11/dist/modules/im/ximcp/
imLcLkup.c 280 int to_len,
331 if (!to || !to_len || (to_len < to_cnvlen)) {
342 char *to, int to_len, Status *state)
345 from, from_len, to, to_len, state);
350 wchar_t *to, int to_len, Status *state)
402 if (!to || !to_len || (to_len < to_cnvlen)) {
413 char *to, int to_len, Status *state)
416 from, from_len, to, to_len, state)
    [all...]
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;
imDefLkup.c 977 int to_len,
1028 if (!to || !to_len || (to_len < to_cnvlen)) {
1039 char *to, int to_len, Status *state)
1042 from, from_len, to, to_len, state);
1051 int to_len,
1104 if (!to || !to_len || (to_len < to_cnvlen)) {
1119 int to_len,
1123 from, from_len, to, to_len, state)
    [all...]
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
Ximint.h 621 int to_len,
630 int to_len,
639 int to_len,
648 int to_len,
657 int to_len,
666 int to_len,

Completed in 6 milliseconds