Home
last modified time | relevance | path

Searched refs:keySymToUTF8 (Results 1 – 9 of 9) sorted by relevance

/dports/chinese/fcitx5-chinese-addons/fcitx5-chinese-addons-5.0.8/test/
H A Dtestfullwidth.cpp45 auto s = Key::keySymToUTF8(keyEvent.key().sym()); in scheduleEvent()
H A Dtestchttrans.cpp76 auto s = Key::keySymToUTF8(keyEvent.key().sym()); in scheduleEvent()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-utils/
H A Dkey.h165 static std::string keySymToUTF8(KeySym sym);
H A Dkey.cpp651 std::string Key::keySymToUTF8(KeySym sym) { in keySymToUTF8() function in fcitx::Key
/dports/textproc/fcitx5-lua/fcitx5-lua-5.0.5/test/
H A Dtestlua.cpp51 auto s = Key::keySymToUTF8(keyEvent.key().sym()); in scheduleEvent()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/im/keyboard/
H A Dkeyboard.cpp442 auto keystr = Key::keySymToUTF8(event.key().sym()); in keyEvent()
549 : Key::keySymToUTF8(event.key().sym()); in keyEvent()
/dports/chinese/fcitx5-chinese-addons/fcitx5-chinese-addons-5.0.8/im/table/
H A Dstate.cpp321 pinyinModePrefix_ = Key::keySymToUTF8(event.key().sym()); in handlePinyinMode()
329 pinyinModeBuffer_.type(Key::keySymToUTF8(event.key().sym())); in handlePinyinMode()
/dports/chinese/libime-jyutping/libime-jyutping-1.0.3/src/engine/
H A Dengine.cpp529 state->context_.type(Key::keySymToUTF8(event.key().sym())); in keyEvent()
/dports/chinese/fcitx5-chinese-addons/fcitx5-chinese-addons-5.0.8/im/pinyin/
H A Dpinyin.cpp1452 text.append(Key::keySymToUTF8(event.key().sym())); in keyEvent()
1476 if (!state->context_.type(Key::keySymToUTF8(event.key().sym()))) { in keyEvent()