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

/xsrc/external/mit/libX11/dist/modules/lc/gen/
H A DlcGenConv.c1250 int ctr_seq_len = 0, gi_len_left = 0, gi_len = 0; local in function:ctstowcs
1279 if (gi_len_left) {
1280 unconv_num += (gi_len - gi_len_left);
1281 gi_len_left = 0;
1288 if (gi_len_left)
1352 gi_len = gi_len_left = state->charset->char_size;
1361 gi_len_left--;
1364 if (!gi_len_left) {
1406 if (gi_len_left) {
1407 inbufptr -= (gi_len - gi_len_left);
1435 int gi_len_left = 0, gi_len = 0; local in function:cstowcs
[all...]

Completed in 4 milliseconds