Searched refs:mDictionaryStructureWithBufferPolicy (Results 1 – 2 of 2) sorted by relevance
96 mDictionaryStructureWithBufferPolicy.get(), &prevWordIdArray, in getPredictions()99 mDictionaryStructureWithBufferPolicy.get()); in getPredictions()110 mDictionaryStructureWithBufferPolicy.get(), codePoints); in getMaxProbabilityOfExactMatches()124 mDictionaryStructureWithBufferPolicy.get(), &prevWordIdArray, in getNgramProbability()132 && !mDictionaryStructureWithBufferPolicy->getHeaderStructurePolicy() in addUnigramEntry()148 return mDictionaryStructureWithBufferPolicy->addNgramEntry(ngramProperty); in addNgramEntry()167 return mDictionaryStructureWithBufferPolicy->flush(filePath); in flush()172 return mDictionaryStructureWithBufferPolicy->flushWithGC(filePath); in flushWithGC()177 return mDictionaryStructureWithBufferPolicy->needsToRunGC(mindsBlockByGC); in needsToRunGC()189 return mDictionaryStructureWithBufferPolicy->getWordProperty(codePoints); in getWordProperty()[all …]
116 return mDictionaryStructureWithBufferPolicy.get(); in getDictionaryStructurePolicy()143 mDictionaryStructureWithBufferPolicy; variable