mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 5d8fd545
: Change name of bigram_list_reading_utils.* .
* commit '5d8fd5457df55fcfbb0b662bc64014b5823e2947': Change name of bigram_list_reading_utils.* .
This commit is contained in:
commit
a8df0b92e2
@ -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 \
|
||||
|
@ -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 {
|
||||
|
||||
|
@ -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"
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
namespace latinime {
|
||||
|
||||
// TODO: Change name of this file according to the class name.
|
||||
class BigramListReadWriteUtils {
|
||||
public:
|
||||
typedef uint8_t BigramFlags;
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user