Home
last modified time | relevance | path

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

/dports/japanese/fcitx5-anthy/fcitx5-anthy-5.0.2/src/
H A Dreading.cpp77 nicolaTables_.setTypingMethod(TypingMethod::NICOLA); in Reading()
581 void Reading::setTypingMethod(TypingMethod method) { in setTypingMethod() function in Reading
587 nicolaTables_.setTypingMethod(method, fundamental_table); in setTypingMethod()
592 key2kanaTables_.setTypingMethod(method, fundamental_table); in setTypingMethod()
597 key2kanaTables_.setTypingMethod(method, fundamental_table); in setTypingMethod()
H A Dpreedit.h80 void setTypingMethod(TypingMethod method);
H A Dreading.h72 void setTypingMethod(TypingMethod method);
H A Dpreedit.cpp286 void Preedit::setTypingMethod(TypingMethod method) { in setTypingMethod() function in Preedit
287 reading_.setTypingMethod(method); in setTypingMethod()
H A Dstate.cpp428 setTypingMethod(typingMethod()); in installProperties()
455 void AnthyState::setTypingMethod(TypingMethod method) { in setTypingMethod() function in AnthyState
457 preedit_.setTypingMethod(method); in setTypingMethod()
1147 setTypingMethod(method); in action_circle_typing_method()
1520 preedit_.setTypingMethod(*config().general->typingMethod); in configure()
H A Dkey2kana_table.h90 void setTypingMethod(TypingMethod method,
H A Dkey2kana_table.cpp189 setTypingMethod(typingMethod_); in Key2KanaTableSet()
194 void Key2KanaTableSet::setTypingMethod(TypingMethod method, in setTypingMethod() function in Key2KanaTableSet
H A Dstate.h123 void setTypingMethod(TypingMethod method);
H A Dengine.cpp154 return state->setTypingMethod(mode); in setMode()