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

Commit e28927df authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi
Browse files

Change name of header_reading_utlis.*

Bug: 6669677
Change-Id: I91389050148237580ef640d3a58b935ea752954e
parent 484fa7b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -70,7 +70,7 @@ LATIN_IME_CORE_SRC_FILES := \
        bigram/bigram_list_read_write_utils.cpp \
        bigram/bigram_list_read_write_utils.cpp \
        bigram/dynamic_bigram_list_policy.cpp \
        bigram/dynamic_bigram_list_policy.cpp \
        header/header_policy.cpp \
        header/header_policy.cpp \
        header/header_reading_utils.cpp \
        header/header_read_write_utils.cpp \
        shortcut/shortcut_list_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 \
+1 −1
Original line number Original line Diff line number Diff line
@@ -22,7 +22,7 @@


#include "defines.h"
#include "defines.h"
#include "suggest/core/policy/dictionary_header_structure_policy.h"
#include "suggest/core/policy/dictionary_header_structure_policy.h"
#include "suggest/policyimpl/dictionary/header/header_reading_utils.h"
#include "suggest/policyimpl/dictionary/header/header_read_write_utils.h"
#include "suggest/policyimpl/dictionary/utils/format_utils.h"
#include "suggest/policyimpl/dictionary/utils/format_utils.h"


namespace latinime {
namespace latinime {
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


#include "suggest/policyimpl/dictionary/header/header_reading_utils.h"
#include "suggest/policyimpl/dictionary/header/header_read_write_utils.h"


#include <vector>
#include <vector>


+3 −4
Original line number Original line Diff line number Diff line
@@ -14,8 +14,8 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


#ifndef LATINIME_HEADER_READING_UTILS_H
#ifndef LATINIME_HEADER_READ_WRITE_UTILS_H
#define LATINIME_HEADER_READING_UTILS_H
#define LATINIME_HEADER_READ_WRITE_UTILS_H


#include <map>
#include <map>
#include <stdint.h>
#include <stdint.h>
@@ -28,7 +28,6 @@ namespace latinime {


class BufferWithExtendableBuffer;
class BufferWithExtendableBuffer;


// TODO: Change this file name to header_read_write_utils.h.
class HeaderReadWriteUtils {
class HeaderReadWriteUtils {
 public:
 public:
    typedef uint16_t DictionaryFlags;
    typedef uint16_t DictionaryFlags;
@@ -91,4 +90,4 @@ class HeaderReadWriteUtils {
    static const DictionaryFlags CONTAINS_BIGRAMS_FLAG;
    static const DictionaryFlags CONTAINS_BIGRAMS_FLAG;
};
};
}
}
#endif /* LATINIME_HEADER_READING_UTILS_H */
#endif /* LATINIME_HEADER_READ_WRITE_UTILS_H */