HomeSort by relevance Sort by last modified time
    Searched refs:DynamicPatriciaTrieWritingHelper (Results 1 - 7 of 7) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_gc_event_listeners.h 44 DynamicPatriciaTrieWritingHelper *const writingHelper,
81 DynamicPatriciaTrieWritingHelper *const mWritingHelper;
122 DynamicPatriciaTrieWritingHelper *const writingHelper,
124 DynamicPatriciaTrieWritingHelper::DictPositionRelocationMap *const
142 DynamicPatriciaTrieWritingHelper *const mWritingHelper;
144 DynamicPatriciaTrieWritingHelper::DictPositionRelocationMap *const
154 DynamicPatriciaTrieWritingHelper *const writingHelper,
157 const DynamicPatriciaTrieWritingHelper::DictPositionRelocationMap *const
184 DynamicPatriciaTrieWritingHelper *const mWritingHelper;
187 const DynamicPatriciaTrieWritingHelper::DictPositionRelocationMap *cons
    [all...]
dynamic_patricia_trie_writing_helper.h 34 class DynamicPatriciaTrieWritingHelper {
52 DynamicPatriciaTrieWritingHelper(BufferWithExtendableBuffer *const buffer,
58 ~DynamicPatriciaTrieWritingHelper() {}
90 DISALLOW_IMPLICIT_CONSTRUCTORS(DynamicPatriciaTrieWritingHelper);
dynamic_patricia_trie_writing_helper.cpp 34 const int DynamicPatriciaTrieWritingHelper::CHILDREN_POSITION_FIELD_SIZE = 3;
36 const size_t DynamicPatriciaTrieWritingHelper::MAX_DICTIONARY_SIZE = 2 * 1024 * 1024;
38 bool DynamicPatriciaTrieWritingHelper::addUnigramWord(
96 bool DynamicPatriciaTrieWritingHelper::addBigramWords(const int word0Pos, const int word1Pos,
141 bool DynamicPatriciaTrieWritingHelper::removeBigramWords(const int word0Pos, const int word1Pos) {
150 void DynamicPatriciaTrieWritingHelper::writeToDictFile(const char *const fileName,
162 void DynamicPatriciaTrieWritingHelper::writeToDictFileWithGC(const int rootPtNodeArrayPos,
182 bool DynamicPatriciaTrieWritingHelper::markNodeAsDeleted(
202 bool DynamicPatriciaTrieWritingHelper::markNodeAsMovedAndSetPosition(
256 bool DynamicPatriciaTrieWritingHelper::writePtNodeWithFullInfoToBuffer
    [all...]
dynamic_patricia_trie_gc_event_listeners.cpp 92 DynamicPatriciaTrieWritingHelper::PtNodeArrayPositionRelocationMap::value_type(
125 DynamicPatriciaTrieWritingHelper::PtNodePositionRelocationMap::value_type(
131 DynamicPatriciaTrieWritingHelper::PtNodePositionRelocationMap::value_type(
146 DynamicPatriciaTrieWritingHelper::PtNodePositionRelocationMap::const_iterator it =
162 DynamicPatriciaTrieWritingHelper::PtNodeArrayPositionRelocationMap::const_iterator it =
dynamic_patricia_trie_policy.cpp 46 DynamicPatriciaTrieWritingHelper::MAX_DICTIONARY_SIZE - 1024;
224 DynamicPatriciaTrieWritingHelper writingHelper(&mBufferWithExtendableBuffer,
259 DynamicPatriciaTrieWritingHelper writingHelper(&mBufferWithExtendableBuffer,
293 DynamicPatriciaTrieWritingHelper writingHelper(&mBufferWithExtendableBuffer,
308 DynamicPatriciaTrieWritingHelper writingHelper(&mBufferWithExtendableBuffer,
323 DynamicPatriciaTrieWritingHelper writingHelper(&mBufferWithExtendableBuffer,
363 static_cast<int>(DynamicPatriciaTrieWritingHelper::MAX_DICTIONARY_SIZE));
367 static_cast<int>(DynamicPatriciaTrieWritingHelper::MAX_DICTIONARY_SIZE));
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/bigram/
dynamic_bigram_list_policy.h 62 const DynamicPatriciaTrieWritingHelper::PtNodePositionRelocationMap *const
dynamic_bigram_list_policy.cpp 184 const DynamicPatriciaTrieWritingHelper::PtNodePositionRelocationMap *const
215 DynamicPatriciaTrieWritingHelper::PtNodePositionRelocationMap::const_iterator it =

Completed in 540 milliseconds