OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDictionaryStructureWithBufferPolicy
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp
40
:
mDictionaryStructureWithBufferPolicy
(dictionaryStructureWithBufferPolicy),
41
mBigramDictionary(new BigramDictionary(
mDictionaryStructureWithBufferPolicy
)),
51
delete
mDictionaryStructureWithBufferPolicy
;
105
mDictionaryStructureWithBufferPolicy
->addUnigramWord(word, length, probability);
110
mDictionaryStructureWithBufferPolicy
->addBigramWords(word0, length0, word1, length1,
116
mDictionaryStructureWithBufferPolicy
->removeBigramWords(word0, length0, word1, length1);
120
mDictionaryStructureWithBufferPolicy
->flush(filePath);
124
mDictionaryStructureWithBufferPolicy
->flushWithGC(filePath);
128
return
mDictionaryStructureWithBufferPolicy
->needsToRunGC(mindsBlockByGC);
133
return
mDictionaryStructureWithBufferPolicy
->getProperty(query, outResult, maxResultLength)
[
all
...]
dictionary.h
90
return
mDictionaryStructureWithBufferPolicy
;
100
DictionaryStructureWithBufferPolicy *const
mDictionaryStructureWithBufferPolicy
;
Completed in 702 milliseconds