HomeSort by relevance Sort by last modified time
    Searched defs:dictPath (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_dict_buffers.cpp 40 const char *const dictPath, MmappedBuffer::MmappedBufferPtr headerBuffer,
49 return Ver4DictBuffersPtr(new Ver4DictBuffers(dictPath, std::move(headerBuffer), isUpdatable,
79 char dictPath[dictPathBufSize];
80 FileUtils::getFilePath(tmpDirPath, dictName, dictPathBufSize, dictPath);
83 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath,
90 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath,
97 if (!mTerminalPositionLookupTable.flushToFile(dictPath)) {
101 if (!mProbabilityDictContent.flushToFile(dictPath)) {
105 if (!mBigramDictContent.flushToFile(dictPath)) {
109 if (!mShortcutDictContent.flushToFile(dictPath)) {
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/
dictionary_structure_with_buffer_policy_factory.cpp 147 char dictPath[dictDirPathBufSize];
149 DictConstants::HEADER_FILE_EXTENSION, dictDirPathBufSize, dictPath)) {
156 DictBuffers::openVer4DictBuffers(dictPath, std::move(mmappedBuffer), formatVersion);
159 dictPath);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_dict_buffers.cpp 34 const char *const dictPath, MmappedBuffer::MmappedBufferPtr &&headerBuffer,
43 MmappedBuffer::MmappedBufferPtr bodyBuffer = MmappedBuffer::openBuffer(dictPath,
98 char dictPath[dictPathBufSize];
99 FileUtils::getFilePath(tmpDirPath, dictName, dictPathBufSize, dictPath);
102 if (!DictFileWritingUtils::flushBufferToFileWithSuffix(dictPath,
110 const int bodyFilePathBufSize = FileUtils::getFilePathWithSuffixBufSize(dictPath,
113 FileUtils::getFilePathWithSuffix(dictPath, Ver4DictConstants::BODY_FILE_EXTENSION,

Completed in 84 milliseconds