Home
last modified time | relevance | path

Searched refs:length_to_commit (Results 1 – 24 of 24) sorted by relevance

/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/composer/
H A Dcomposer.h225 bool ShouldCommitHead(size_t *length_to_commit) const;
H A Dcomposer.cc1013 bool Composer::ShouldCommitHead(size_t *length_to_commit) const { in ShouldCommitHead()
1028 *length_to_commit = GetLength() - max_remaining_composition_length; in ShouldCommitHead()
H A Dcomposer_test.cc2593 size_t length_to_commit; in TEST_F() local
2594 const bool result = composer_->ShouldCommitHead(&length_to_commit); in TEST_F()
2597 EXPECT_EQ(test_data.expected_commit_length, length_to_commit); in TEST_F()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/composer/
H A Dcomposer.h225 bool ShouldCommitHead(size_t *length_to_commit) const;
H A Dcomposer.cc1013 bool Composer::ShouldCommitHead(size_t *length_to_commit) const { in ShouldCommitHead()
1028 *length_to_commit = GetLength() - max_remaining_composition_length; in ShouldCommitHead()
H A Dcomposer_test.cc2593 size_t length_to_commit; in TEST_F() local
2594 const bool result = composer_->ShouldCommitHead(&length_to_commit); in TEST_F()
2597 EXPECT_EQ(test_data.expected_commit_length, length_to_commit); in TEST_F()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/composer/
H A Dcomposer.h225 bool ShouldCommitHead(size_t *length_to_commit) const;
H A Dcomposer.cc1013 bool Composer::ShouldCommitHead(size_t *length_to_commit) const { in ShouldCommitHead()
1028 *length_to_commit = GetLength() - max_remaining_composition_length; in ShouldCommitHead()
H A Dcomposer_test.cc2593 size_t length_to_commit; in TEST_F() local
2594 const bool result = composer_->ShouldCommitHead(&length_to_commit); in TEST_F()
2597 EXPECT_EQ(test_data.expected_commit_length, length_to_commit); in TEST_F()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/composer/
H A Dcomposer.h225 bool ShouldCommitHead(size_t *length_to_commit) const;
H A Dcomposer.cc1013 bool Composer::ShouldCommitHead(size_t *length_to_commit) const { in ShouldCommitHead()
1028 *length_to_commit = GetLength() - max_remaining_composition_length; in ShouldCommitHead()
H A Dcomposer_test.cc2593 size_t length_to_commit; in TEST_F() local
2594 const bool result = composer_->ShouldCommitHead(&length_to_commit); in TEST_F()
2597 EXPECT_EQ(test_data.expected_commit_length, length_to_commit); in TEST_F()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/composer/
H A Dcomposer.h225 bool ShouldCommitHead(size_t *length_to_commit) const;
H A Dcomposer.cc1013 bool Composer::ShouldCommitHead(size_t *length_to_commit) const { in ShouldCommitHead()
1028 *length_to_commit = GetLength() - max_remaining_composition_length; in ShouldCommitHead()
H A Dcomposer_test.cc2593 size_t length_to_commit; in TEST_F() local
2594 const bool result = composer_->ShouldCommitHead(&length_to_commit); in TEST_F()
2597 EXPECT_EQ(test_data.expected_commit_length, length_to_commit); in TEST_F()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/composer/
H A Dcomposer.h225 bool ShouldCommitHead(size_t *length_to_commit) const;
H A Dcomposer.cc1013 bool Composer::ShouldCommitHead(size_t *length_to_commit) const { in ShouldCommitHead()
1028 *length_to_commit = GetLength() - max_remaining_composition_length; in ShouldCommitHead()
H A Dcomposer_test.cc2593 size_t length_to_commit; in TEST_F() local
2594 const bool result = composer_->ShouldCommitHead(&length_to_commit); in TEST_F()
2597 EXPECT_EQ(test_data.expected_commit_length, length_to_commit); in TEST_F()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/session/
H A Dsession.cc1476 size_t length_to_commit = 0; in InsertCharacter() local
1477 if (context_->composer().ShouldCommitHead(&length_to_commit)) { in InsertCharacter()
1478 return CommitHead(length_to_commit, command); in InsertCharacter()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/session/
H A Dsession.cc1476 size_t length_to_commit = 0; in InsertCharacter() local
1477 if (context_->composer().ShouldCommitHead(&length_to_commit)) { in InsertCharacter()
1478 return CommitHead(length_to_commit, command); in InsertCharacter()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/session/
H A Dsession.cc1476 size_t length_to_commit = 0; in InsertCharacter() local
1477 if (context_->composer().ShouldCommitHead(&length_to_commit)) { in InsertCharacter()
1478 return CommitHead(length_to_commit, command); in InsertCharacter()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/session/
H A Dsession.cc1476 size_t length_to_commit = 0; in InsertCharacter() local
1477 if (context_->composer().ShouldCommitHead(&length_to_commit)) { in InsertCharacter()
1478 return CommitHead(length_to_commit, command); in InsertCharacter()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/session/
H A Dsession.cc1476 size_t length_to_commit = 0; in InsertCharacter() local
1477 if (context_->composer().ShouldCommitHead(&length_to_commit)) { in InsertCharacter()
1478 return CommitHead(length_to_commit, command); in InsertCharacter()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/session/
H A Dsession.cc1476 size_t length_to_commit = 0; in InsertCharacter() local
1477 if (context_->composer().ShouldCommitHead(&length_to_commit)) { in InsertCharacter()
1478 return CommitHead(length_to_commit, command); in InsertCharacter()