Home
last modified time | relevance | path

Searched refs:key2kanaNormal_ (Results 1 – 2 of 2) sorted by relevance

/dports/japanese/fcitx5-anthy/fcitx5-anthy-5.0.2/src/
H A Dreading.cpp74 : state_(anthy), key2kanaNormal_(anthy, key2kanaTables_), kana_(anthy), in Reading()
75 nicola_(anthy, nicolaTables_), key2kana_(&key2kanaNormal_), in Reading()
160 key2kanaNormal_.clear(); in clear()
591 key2kana_ = &key2kanaNormal_; in setTypingMethod()
593 key2kanaNormal_.setCaseSensitive(true); in setTypingMethod()
596 key2kana_ = &key2kanaNormal_; in setTypingMethod()
598 key2kanaNormal_.setCaseSensitive(false); in setTypingMethod()
642 key2kanaNormal_.setPseudoAsciiMode(mode); in setPseudoAsciiMode()
646 return key2kanaNormal_.isPseudoAsciiMode(); in isPseudoAsciiMode()
650 if (key2kanaNormal_.isPseudoAsciiMode() && key2kanaNormal_.isPending()) { in resetPseudoAsciiMode()
[all …]
H A Dreading.h102 Key2KanaConvertor key2kanaNormal_; variable