Home
last modified time | relevance | path

Searched refs:chg_first (Results 1 – 25 of 119) sorted by relevance

12345

/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dcallback.c222 fprintf (icfp, " 2. chg_first : %-20d\n", pedcd->chg_first);
370 cntwk = cnt - ((pedcd->chg_first) + (pedcd->chg_length));
373 bcopy (&buf_pe[(pedcd->chg_first) + (pedcd->chg_length)], buf_wk, sizeof (wchar_t) * cntwk);
374 bzero (&buf_pe[pedcd->chg_first], sizeof (wchar_t) * (cnt - pedcd->chg_first));
375 cnt = pedcd->chg_first;
386 bcopy (tmp_tx, &buf_pe[pedcd->chg_first], sizeof (wchar_t) * (pedcd->text->length));
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dcallback.c222 fprintf (icfp, " 2. chg_first : %-20d\n", pedcd->chg_first);
370 cntwk = cnt - ((pedcd->chg_first) + (pedcd->chg_length));
373 bcopy (&buf_pe[(pedcd->chg_first) + (pedcd->chg_length)], buf_wk, sizeof (wchar_t) * cntwk);
374 bzero (&buf_pe[pedcd->chg_first], sizeof (wchar_t) * (cnt - pedcd->chg_first));
375 cnt = pedcd->chg_first;
386 bcopy (tmp_tx, &buf_pe[pedcd->chg_first], sizeof (wchar_t) * (pedcd->text->length));
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dcallback.c222 fprintf (icfp, " 2. chg_first : %-20d\n", pedcd->chg_first);
370 cntwk = cnt - ((pedcd->chg_first) + (pedcd->chg_length));
373 bcopy (&buf_pe[(pedcd->chg_first) + (pedcd->chg_length)], buf_wk, sizeof (wchar_t) * cntwk);
374 bzero (&buf_pe[pedcd->chg_first], sizeof (wchar_t) * (cnt - pedcd->chg_first));
375 cnt = pedcd->chg_first;
386 bcopy (tmp_tx, &buf_pe[pedcd->chg_first], sizeof (wchar_t) * (pedcd->text->length));
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dcallback.c222 fprintf (icfp, " 2. chg_first : %-20d\n", pedcd->chg_first);
370 cntwk = cnt - ((pedcd->chg_first) + (pedcd->chg_length));
373 bcopy (&buf_pe[(pedcd->chg_first) + (pedcd->chg_length)], buf_wk, sizeof (wchar_t) * cntwk);
374 bzero (&buf_pe[pedcd->chg_first], sizeof (wchar_t) * (cnt - pedcd->chg_first));
375 cnt = pedcd->chg_first;
386 bcopy (tmp_tx, &buf_pe[pedcd->chg_first], sizeof (wchar_t) * (pedcd->text->length));
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dcallback.c222 fprintf (icfp, " 2. chg_first : %-20d\n", pedcd->chg_first);
370 cntwk = cnt - ((pedcd->chg_first) + (pedcd->chg_length));
373 bcopy (&buf_pe[(pedcd->chg_first) + (pedcd->chg_length)], buf_wk, sizeof (wchar_t) * cntwk);
374 bzero (&buf_pe[pedcd->chg_first], sizeof (wchar_t) * (cnt - pedcd->chg_first));
375 cnt = pedcd->chg_first;
386 bcopy (tmp_tx, &buf_pe[pedcd->chg_first], sizeof (wchar_t) * (pedcd->text->length));
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dcallback.c222 fprintf (icfp, " 2. chg_first : %-20d\n", pedcd->chg_first);
370 cntwk = cnt - ((pedcd->chg_first) + (pedcd->chg_length));
373 bcopy (&buf_pe[(pedcd->chg_first) + (pedcd->chg_length)], buf_wk, sizeof (wchar_t) * cntwk);
374 bzero (&buf_pe[pedcd->chg_first], sizeof (wchar_t) * (cnt - pedcd->chg_first));
375 cnt = pedcd->chg_first;
386 bcopy (tmp_tx, &buf_pe[pedcd->chg_first], sizeof (wchar_t) * (pedcd->text->length));
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/app/
H A Di18n_cb.cxx325 call_data->chg_first, call_data->chg_length ); in PreeditDrawCallback()
334 call_data->chg_first); in PreeditDrawCallback()
343 call_data->chg_first, call_data->chg_length); in PreeditDrawCallback()
345 call_data->chg_first); in PreeditDrawCallback()
353 call_data->chg_first, call_data->chg_length); in PreeditDrawCallback()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/app/
H A Di18n_cb.cxx320 call_data->chg_first, call_data->chg_length ); in PreeditDrawCallback()
329 call_data->chg_first); in PreeditDrawCallback()
338 call_data->chg_first, call_data->chg_length); in PreeditDrawCallback()
340 call_data->chg_first); in PreeditDrawCallback()
348 call_data->chg_first, call_data->chg_length); in PreeditDrawCallback()
/dports/japanese/kinput2/kinput2-v3.1/include/
H A DXIMProto.h278 long chg_first; member
292 short chg_first; member
H A DOnConv.h41 int chg_first; /* starting change position */ member
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/input/
H A Dgtkimcontextxim.c1108 gint chg_first = CLAMP (call_data->chg_first, 0, context->preedit_length); in preedit_draw_callback() local
1109 gint chg_length = CLAMP (call_data->chg_length, 0, context->preedit_length - chg_first); in preedit_draw_callback()
1113 if (chg_first != call_data->chg_first || chg_length != call_data->chg_length) in preedit_draw_callback()
1115 call_data->chg_first, call_data->chg_length, context->preedit_length); in preedit_draw_callback()
1136 for (i = chg_first + chg_length ; i < context->preedit_length; i++) in preedit_draw_callback()
1144 for (i = context->preedit_length - 1; i >= chg_first + chg_length ; i--) in preedit_draw_callback()
1153 context->preedit_chars[chg_first + i] = new_text[i]; in preedit_draw_callback()
1154 context->feedbacks[chg_first + i] = new_xim_text->feedback[i]; in preedit_draw_callback()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/modules/input/
H A Dgtkimcontextxim.c1063 gint chg_first = CLAMP (call_data->chg_first, 0, context->preedit_length); in preedit_draw_callback() local
1064 gint chg_length = CLAMP (call_data->chg_length, 0, context->preedit_length - chg_first); in preedit_draw_callback()
1068 if (chg_first != call_data->chg_first || chg_length != call_data->chg_length) in preedit_draw_callback()
1070 call_data->chg_first, call_data->chg_length, context->preedit_length); in preedit_draw_callback()
1091 for (i = chg_first + chg_length ; i < context->preedit_length; i++) in preedit_draw_callback()
1099 for (i = context->preedit_length - 1; i >= chg_first + chg_length ; i--) in preedit_draw_callback()
1108 context->preedit_chars[chg_first + i] = new_text[i]; in preedit_draw_callback()
1109 context->feedbacks[chg_first + i] = new_xim_text->feedback[i]; in preedit_draw_callback()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/inputmethod/
H A Dqximinputcontext_x11.cpp167 if (!drawstruct->caret && !drawstruct->chg_first && !drawstruct->chg_length && !text) { in xic_draw_callback()
203 data->text.replace(drawstruct->chg_first, INT_MAX, s); in xic_draw_callback()
205 data->text.replace(drawstruct->chg_first, drawstruct->chg_length, s); in xic_draw_callback()
217 data->selectedChars.setBit(x + drawstruct->chg_first, in xic_draw_callback()
238 data->text.remove(drawstruct->chg_first, drawstruct->chg_length); in xic_draw_callback()
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dbyte_swap.c183 p->chg_first = byteswap_s (p->chg_first);
H A DXIMproto.h253 INT16 chg_first B16;
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dbyte_swap.c183 p->chg_first = byteswap_s (p->chg_first);
H A DXIMproto.h253 INT16 chg_first B16;
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dbyte_swap.c183 p->chg_first = byteswap_s (p->chg_first);
H A DXIMproto.h253 INT16 chg_first B16;
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dbyte_swap.c183 p->chg_first = byteswap_s (p->chg_first);
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dbyte_swap.c183 p->chg_first = byteswap_s (p->chg_first);
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dbyte_swap.c183 p->chg_first = byteswap_s (p->chg_first);
/dports/japanese/kinput2/kinput2-v3.1/lib/
H A DOnConv.c1318 CBPreeditDraw(ocw, caret, chg_first, chg_length, encoding, format, text_length, text, attrs_length,… in CBPreeditDraw() argument
1321 int chg_first;
1342 arg.chg_first = chg_first;
1431 arg.chg_first = 0; /* ignored */
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DXmIm.c1558 from = data->chg_first + data->chg_length; in ImPreeditDrawCallback()
1559 to = data->chg_first + text->length; in ImPreeditDrawCallback()
1571 from = data->chg_first; in ImPreeditDrawCallback()
1572 to = data->chg_first + text->length; in ImPreeditDrawCallback()
1598 memmove((char *)pb->text + data->chg_first * sizeof(wchar_t), in ImPreeditDrawCallback()
1604 memmove((char *)pb->feedback + data->chg_first * sizeof(XIMFeedback), in ImPreeditDrawCallback()
1618 from = data->chg_first + data->chg_length; in ImPreeditDrawCallback()
1619 to = data->chg_first; in ImPreeditDrawCallback()
1870 draw_data.chg_first = 0; in move_preedit_string()
/dports/devel/efl/efl-1.25.1/src/modules/ecore_imf/xim/
H A Decore_imf_xim.c993 call_data->chg_first, call_data->chg_length); in _ecore_imf_xim_preedit_draw_call()
998 ret = eina_ustrbuf_insert(preedit_bufs, new_text, call_data->chg_first); in _ecore_imf_xim_preedit_draw_call()
1004 call_data->chg_first, call_data->chg_length); in _ecore_imf_xim_preedit_draw_call()
1008 new_text_length, call_data->chg_first); in _ecore_imf_xim_preedit_draw_call()

12345