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

Commit a8df0b92 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android Git Automerger
Browse files

am 5d8fd545: Change name of bigram_list_reading_utils.* .

* commit '5d8fd545':
  Change name of bigram_list_reading_utils.* .
parents b5a3d3be 5d8fd545
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ LATIN_IME_CORE_SRC_FILES := \
    suggest/core/policy/weighting.cpp \
    suggest/core/session/dic_traverse_session.cpp \
    $(addprefix suggest/policyimpl/dictionary/, \
        bigram/bigram_list_reading_utils.cpp \
        bigram/bigram_list_read_write_utils.cpp \
        bigram/dynamic_bigram_list_policy.cpp \
        header/header_policy.cpp \
        header/header_reading_utils.cpp \
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

#include "defines.h"
#include "suggest/core/policy/dictionary_bigrams_structure_policy.h"
#include "suggest/policyimpl/dictionary/bigram/bigram_list_reading_utils.h"
#include "suggest/policyimpl/dictionary/bigram/bigram_list_read_write_utils.h"

namespace latinime {

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

#include "suggest/policyimpl/dictionary/bigram/bigram_list_reading_utils.h"
#include "suggest/policyimpl/dictionary/bigram/bigram_list_read_write_utils.h"

#include "suggest/policyimpl/dictionary/utils/byte_array_utils.h"

+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@

namespace latinime {

// TODO: Change name of this file according to the class name.
class BigramListReadWriteUtils {
public:
   typedef uint8_t BigramFlags;
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

#include "defines.h"
#include "suggest/core/policy/dictionary_bigrams_structure_policy.h"
#include "suggest/policyimpl/dictionary/bigram/bigram_list_reading_utils.h"
#include "suggest/policyimpl/dictionary/bigram/bigram_list_read_write_utils.h"
#include "suggest/policyimpl/dictionary/utils/buffer_with_extendable_buffer.h"

namespace latinime {