Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51f0c95f authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android (Google) Code Review
Browse files

Merge "Change name of shortcut reading util class."

parents bab69d09 f1e383ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -71,7 +71,7 @@ LATIN_IME_CORE_SRC_FILES := \
    suggest/core/session/dic_traverse_session.cpp \
    suggest/core/session/dic_traverse_session.cpp \
    $(addprefix suggest/policyimpl/dictionary/, \
    $(addprefix suggest/policyimpl/dictionary/, \
        bigram/bigram_list_reading_utils.cpp \
        bigram/bigram_list_reading_utils.cpp \
        shortcut/binary_dictionary_terminal_attributes_reading_utils.cpp \
        shortcut/shortcut_list_reading_utils.cpp \
        dictionary_structure_with_buffer_policy_factory.cpp \
        dictionary_structure_with_buffer_policy_factory.cpp \
        dynamic_patricia_trie_node_reader.cpp \
        dynamic_patricia_trie_node_reader.cpp \
        dynamic_patricia_trie_policy.cpp \
        dynamic_patricia_trie_policy.cpp \
+1 −2
Original line number Original line Diff line number Diff line
@@ -21,8 +21,7 @@


#include "defines.h"
#include "defines.h"
#include "suggest/core/policy/dictionary_shortcuts_structure_policy.h"
#include "suggest/core/policy/dictionary_shortcuts_structure_policy.h"
#include \
#include "suggest/policyimpl/dictionary/shortcut/shortcut_list_reading_utils.h"
    "suggest/policyimpl/dictionary/shortcut/binary_dictionary_terminal_attributes_reading_utils.h"


namespace latinime {
namespace latinime {


+1 −2
Original line number Original line Diff line number Diff line
@@ -14,8 +14,7 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


#include \
#include "suggest/policyimpl/dictionary/shortcut/shortcut_list_reading_utils.h"
    "suggest/policyimpl/dictionary/shortcut/binary_dictionary_terminal_attributes_reading_utils.h"


#include "suggest/core/dictionary/byte_array_utils.h"
#include "suggest/core/dictionary/byte_array_utils.h"


+0 −0

File moved.