Home
last modified time | relevance | path

Searched refs:m_preedit (Results 1 – 23 of 23) sorted by relevance

/dports/japanese/scim-anthy/scim-anthy-1.2.7/src/
H A Dscim_anthy_imengine.cpp143 m_preedit.is_preediting () && !m_preedit.is_converting ()) in process_key_event_input()
330 if (m_preedit.is_predicting () && !m_preedit.is_converting ()) in select_candidate_no_direct()
408 m_preedit.clear (); in reset()
1043 m_preedit.revert (); in action_revert()
1103 m_preedit.erase (); in action_back()
1308 m_preedit.set_caret_pos (m_preedit.get_length ()); in action_move_caret_last()
1459 m_preedit.commit (m_preedit.get_selected_segment ()); in action_commit_selected_segment()
1461 m_preedit.clear (m_preedit.get_selected_segment ()); in action_commit_selected_segment()
1508 m_preedit.commit (m_preedit.get_selected_segment ()); in action_commit_selected_segment_reverse_preference()
1510 m_preedit.clear (m_preedit.get_selected_segment ()); in action_commit_selected_segment_reverse_preference()
[all …]
H A Dscim_anthy_imengine.h248 Preedit m_preedit; variable
/dports/japanese/fcitx-anthy/fcitx-anthy-0.2.3/src/
H A Dimengine.cpp207 m_preedit.is_preediting () && !m_preedit.is_converting ()) in process_key_event_input()
398 if (m_preedit.is_predicting () && !m_preedit.is_converting ()) in select_candidate_no_direct()
436 m_preedit.clear (); in reset_im()
1058 m_preedit.revert (); in action_revert()
1120 m_preedit.erase (); in action_back()
1325 m_preedit.set_caret_pos_by_char (m_preedit.get_length_by_char ()); in action_move_caret_last()
1476 m_preedit.commit (m_preedit.get_selected_segment ()); in action_commit_selected_segment()
1478 m_preedit.clear (m_preedit.get_selected_segment ()); in action_commit_selected_segment()
1525 m_preedit.commit (m_preedit.get_selected_segment ()); in action_commit_selected_segment_reverse_preference()
1527 m_preedit.clear (m_preedit.get_selected_segment ()); in action_commit_selected_segment_reverse_preference()
[all …]
H A Dimengine.h207 Preedit m_preedit; variable
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/src/lib/models/
H A Dtext.cpp45 : m_preedit() in Text()
56 return m_preedit; in preedit()
74 m_preedit = preedit; in setPreedit()
82 m_preedit.insert(m_cursor_position, appendix); in appendToPreedit()
99 m_preedit.remove(m_cursor_position-length, length); in removeFromPreedit()
112 m_surrounding = m_preedit; in commitPreedit()
113 m_surrounding_offset = m_preedit.length(); in commitPreedit()
114 m_preedit.clear(); in commitPreedit()
H A Dtext.h52 QString m_preedit; //!< current text segment that is edited.
/dports/textproc/ibus/ibus-1.5.24/ui/gtk3/
H A Dpanelbinding.vala229 private Preedit m_preedit;
253 m_preedit = new Preedit();
465 m_preedit.hide();
547 m_preedit.hide();
564 m_preedit.append_text(str);
567 m_preedit.set_emoji("");
674 m_preedit.reset();
846 m_preedit.reset();
919 m_preedit.backspace();
1032 m_preedit.set_emoji("");
[all …]
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/plugins/ko/qml/keys/
H A DHBackspaceKey.qml32 property string m_preedit: ""
45 m_preedit = Parser.erase_jamo(last_preedit);
46 if (m_preedit != ""){ /* exsit jamo */
47 maliit_input_method.preedit = syllable_preedit + m_preedit;
53 m_preedit = Parser.erase_jamo(preedit);
54 maliit_input_method.preedit = m_preedit;
/dports/korean/scim-hangul/scim-hangul-0.4.0/src/
H A Dscim_hangul_imengine.cpp463 } else if (m_preedit.length() > 0) { in process_key_event()
465 m_preedit.erase(m_preedit.length() - 1, 1); in process_key_event()
503 m_preedit += wstr; in process_key_event()
556 if (len > (int)m_preedit.length()) { in select_candidate()
557 m_preedit.clear(); in select_candidate()
560 m_preedit.erase(0, len); in select_candidate()
564 m_preedit.clear(); in select_candidate()
642 WideString wstr = m_preedit; in flush()
651 m_preedit.clear(); in flush()
804 …attrs.push_back(Attribute(0, m_preedit.length(), SCIM_ATTR_DECORATE, SCIM_ATTR_DECORATE_UNDERLINE)… in hangul_update_preedit_string()
[all …]
H A Dscim_hangul_imengine.h100 WideString m_preedit; variable
148 WideString wstr = m_preedit; in get_preedit_string()
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/plugins/pinyin/src/
H A Dpinyinadapter.cpp58 m_preedit = string; in parse()
107 genCandidatesForCurrentSequence(m_preedit, UpdateCandidateListStrategy::AlwaysClear); in wordCandidateSelected()
266 return m_preedit.mid(m_offset); in remainingChars()
H A Dpinyinadapter.h38 QString m_preedit; variable
/dports/chinese/fcitx/fcitx-4.2.9.7/src/frontend/qt/
H A Dqfcitxinputcontext.h165 QString m_preedit; variable
H A Dqfcitxinputcontext.cpp266 (x <= 0 || x >= m_preedit.length())) { in mouseHandler()
555 m_preedit = str; in updateFormattedPreedit()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx-qt5/qt5/platforminputcontext/
H A Dqfcitxplatforminputcontext.h224 QString m_preedit; variable
H A Dqfcitxplatforminputcontext.cpp125 (cursorPosition <= 0 || cursorPosition >= m_preedit.length())) { in invokeAction()
477 m_preedit = str; in updateFormattedPreedit()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx-qt5/qt6/platforminputcontext/
H A Dqfcitxplatforminputcontext.h224 QString m_preedit; variable
H A Dqfcitxplatforminputcontext.cpp125 (cursorPosition <= 0 || cursorPosition >= m_preedit.length())) { in invokeAction()
477 m_preedit = str; in updateFormattedPreedit()
/dports/textproc/fcitx-qt5/fcitx-qt5-1.2.6/platforminputcontext/
H A Dqfcitxplatforminputcontext.h224 QString m_preedit; variable
H A Dqfcitxplatforminputcontext.cpp126 (cursorPosition <= 0 || cursorPosition >= m_preedit.length())) { in invokeAction()
481 m_preedit = str; in updateFormattedPreedit()
/dports/chinese/gcin-qt5/gcin-2.9.0/qt5-im/
H A Dgcin-imcontext-qt5.cpp90 && (cursorPosition <= 0 || cursorPosition >= m_preedit.length()) in invokeAction()
/dports/chinese/gcin/gcin-2.9.0/qt5-im/
H A Dgcin-imcontext-qt5.cpp90 && (cursorPosition <= 0 || cursorPosition >= m_preedit.length()) in invokeAction()
/dports/chinese/gcin-gtk3/gcin-2.9.0/qt5-im/
H A Dgcin-imcontext-qt5.cpp90 && (cursorPosition <= 0 || cursorPosition >= m_preedit.length()) in invokeAction()