Home
last modified time | relevance | path

Searched refs:set_caret_pos (Results 1 – 13 of 13) sorted by relevance

/dports/chinese/librime/librime-1.7.3/src/rime/gear/
H A Dnavigator.cc125 ctx->set_caret_pos(stop); in JumpLeft()
139 ctx->set_caret_pos(stop); in JumpRight()
150 ctx->set_caret_pos(caret_pos - 1); in MoveLeft()
159 ctx->set_caret_pos(caret_pos + 1); in MoveRight()
176 ctx->set_caret_pos(confirmed_pos); in GoHome()
181 ctx->set_caret_pos(0); in GoHome()
191 ctx->set_caret_pos(end_pos); in GoToEnd()
/dports/www/bluefish/bluefish-2.2.12/src/plugin_zencoding/zencoding/interface/
H A Deditor.py70 def set_caret_pos(self, pos): member in ZenEditor
/dports/www/bluefish/bluefish-2.2.12/src/plugin_zencoding/zencoding/actions/
H A Dbasic.py271 editor.set_caret_pos(new_point)
285 editor.set_caret_pos(new_point)
349 editor.set_caret_pos(close_tag.start)
351 editor.set_caret_pos(open_tag.start)
875 editor.set_caret_pos(r[0] + len(result))
/dports/japanese/scim-anthy/scim-anthy-1.2.7/src/
H A Dscim_anthy_reading.h91 void set_caret_pos (unsigned int pos);
H A Dscim_anthy_preedit.cpp348 Preedit::set_caret_pos (unsigned int pos) in set_caret_pos() function in Preedit
353 m_reading.set_caret_pos (pos); in set_caret_pos()
H A Dscim_anthy_preedit.h106 virtual void set_caret_pos (unsigned int pos);
H A Dscim_anthy_imengine.cpp321 m_preedit.set_caret_pos (pos); in move_preedit_caret()
1294 m_preedit.set_caret_pos (0); in action_move_caret_first()
1308 m_preedit.set_caret_pos (m_preedit.get_length ()); in action_move_caret_last()
H A Dscim_anthy_reading.cpp534 Reading::set_caret_pos (unsigned int pos) in set_caret_pos() function in Reading
/dports/chinese/librime/librime-1.7.3/src/rime/
H A Dcontext.h62 void set_caret_pos(size_t caret_pos);
H A Dcontext.cc232 void Context::set_caret_pos(size_t caret_pos) { in set_caret_pos() function in rime::Context
H A Dengine.cc262 ctx->set_caret_pos(ctx->input().length()); in OnSelect()
/dports/chinese/librime/librime-1.7.3/src/
H A Drime_api.h527 void (*set_caret_pos)(RimeSessionId session_id, size_t caret_pos); member
H A Drime_api.cc1093 return ctx->set_caret_pos(caret_pos); in RimeSetCaretPos()
1174 s_api.set_caret_pos = &RimeSetCaretPos; in rime_get_api()