Searched refs:to_cnvlen (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimLcLkup.c288 int to_cnvlen; local in function:_XimLcctsconvert
309 to_cnvlen = 0;
313 to_buf = &scratchbuf[to_cnvlen];
321 to_cnvlen += (to_savelen - to_left);
323 if (!to_cnvlen) {
331 if (!to || !to_len || (to_len < to_cnvlen)) {
334 memcpy(to, scratchbuf, to_cnvlen);
337 return to_cnvlen;
359 int to_cnvlen; local in function:_XimLcctstowcs
380 to_cnvlen
[all...]
H A DimDefLkup.c976 int to_cnvlen; local in function:_Ximctsconvert
997 to_cnvlen = 0;
1001 to_buf = &scratchbuf[to_cnvlen];
1009 to_cnvlen += (to_savelen - to_left);
1011 if (!to_cnvlen) {
1019 if (!to || !to_len || (to_len < to_cnvlen)) {
1022 memcpy(to, scratchbuf, to_cnvlen);
1025 return to_cnvlen;
1052 int to_cnvlen; local in function:_Ximctstowcs
1073 to_cnvlen
[all...]

Completed in 4 milliseconds