Home | History | Annotate | Download | only in dictionary

Lines Matching full:dictionary

24 #include "suggest/policyimpl/dictionary/bigram/bigram_list_policy.h"
25 #include "suggest/policyimpl/dictionary/header/header_policy.h"
26 #include "suggest/policyimpl/dictionary/shortcut/shortcut_list_policy.h"
27 #include "suggest/policyimpl/dictionary/utils/mmapped_buffer.h"
81 // This method should not be called for non-updatable dictionary.
82 AKLOGI("Warning: addUnigramWord() is called for non-updatable dictionary.");
88 // This method should not be called for non-updatable dictionary.
89 AKLOGI("Warning: addBigramWords() is called for non-updatable dictionary.");
95 // This method should not be called for non-updatable dictionary.
96 AKLOGI("Warning: removeBigramWords() is called for non-updatable dictionary.");
101 // This method should not be called for non-updatable dictionary.
102 AKLOGI("Warning: flush() is called for non-updatable dictionary.");
106 // This method should not be called for non-updatable dictionary.
107 AKLOGI("Warning: flushWithGC() is called for non-updatable dictionary.");
111 // This method should not be called for non-updatable dictionary.
112 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");