Searched refs:Key2KanaRule (Results 1 – 12 of 12) sorted by relevance
/dports/japanese/scim-anthy/scim-anthy-1.2.7/src/ |
H A D | scim_anthy_key2kana_table.cpp | 130 Key2KanaRule::Key2KanaRule () in Key2KanaRule() function in Key2KanaRule 134 Key2KanaRule::Key2KanaRule (String sequence, in Key2KanaRule() function in Key2KanaRule 142 Key2KanaRule::~Key2KanaRule () in ~Key2KanaRule() 147 Key2KanaRule::get_sequence (void) in get_sequence() 153 Key2KanaRule::get_result (unsigned int idx) in get_result() 162 Key2KanaRule::clear (void) in clear() 169 Key2KanaRule::is_empty (void) in is_empty() 220 m_rules.push_back (Key2KanaRule (sequence, result)); in append_rule() 231 m_rules.push_back (Key2KanaRule (sequence, list)); in append_rule() 244 m_rules.push_back (Key2KanaRule (sequence, list)); in append_rule()
|
H A D | scim_anthy_key2kana_table.h | 61 class Key2KanaRule; variable 65 typedef std::vector<Key2KanaRule> Key2KanaRules; 68 class Key2KanaRule 71 Key2KanaRule (); 72 Key2KanaRule (String sequence, 74 virtual ~Key2KanaRule ();
|
H A D | scim_anthy_key2kana.cpp | 129 Key2KanaRule exact_match; in append() 155 Key2KanaRule kana_ro_rule("\\", kana_ro_result); in append()
|
H A D | scim_anthy_key2kana.h | 76 Key2KanaRule m_exact_match;
|
/dports/japanese/fcitx-anthy/fcitx-anthy-0.2.3/src/ |
H A D | key2kana_table.cpp | 129 Key2KanaRule::Key2KanaRule () in Key2KanaRule() function in Key2KanaRule 133 Key2KanaRule::Key2KanaRule (std::string sequence, in Key2KanaRule() function in Key2KanaRule 141 Key2KanaRule::~Key2KanaRule () in ~Key2KanaRule() 146 Key2KanaRule::get_sequence (void) in get_sequence() 152 Key2KanaRule::get_result (unsigned int idx) in get_result() 161 Key2KanaRule::clear (void) in clear() 168 Key2KanaRule::is_empty (void) in is_empty() 219 m_rules.push_back (Key2KanaRule (sequence, result)); in append_rule() 230 m_rules.push_back (Key2KanaRule (sequence, list)); in append_rule() 243 m_rules.push_back (Key2KanaRule (sequence, list)); in append_rule()
|
H A D | key2kana_table.h | 52 class Key2KanaRule; variable 56 typedef std::vector<Key2KanaRule> Key2KanaRules; 59 class Key2KanaRule 62 Key2KanaRule (); 63 Key2KanaRule (std::string sequence, 65 virtual ~Key2KanaRule ();
|
H A D | key2kana.h | 70 Key2KanaRule m_exact_match;
|
H A D | key2kana.cpp | 172 Key2KanaRule exact_match; in append() 200 Key2KanaRule kana_ro_rule("\\", kana_ro_result); in append()
|
/dports/japanese/fcitx5-anthy/fcitx5-anthy-5.0.2/src/ |
H A D | key2kana_table.h | 38 class Key2KanaRule; variable 42 typedef std::vector<Key2KanaRule> Key2KanaRules; 44 class Key2KanaRule { 46 Key2KanaRule(); 47 virtual ~Key2KanaRule();
|
H A D | key2kana_table.cpp | 97 Key2KanaRule::Key2KanaRule() {} in Key2KanaRule() function in Key2KanaRule 99 void Key2KanaRule::load(std::string sequence, std::vector<std::string> result) { in load() 104 Key2KanaRule::~Key2KanaRule() {} in ~Key2KanaRule() 106 const std::string &Key2KanaRule::sequence() const { return sequence_; } in sequence() 108 std::string Key2KanaRule::result(unsigned int idx) { in result() 115 void Key2KanaRule::clear() { in clear() 120 bool Key2KanaRule::isEmpty() { in isEmpty()
|
H A D | key2kana.h | 49 Key2KanaRule exactMatch_;
|
H A D | key2kana.cpp | 137 Key2KanaRule exact_match; in append() 163 Key2KanaRule kana_ro_rule; in append()
|