Home
last modified time | relevance | path

Searched refs:dictNameBufSize (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_dict_buffers.cpp75 const int dictNameBufSize = strlen(dictDirPath) + 1 /* terminator */; in flushHeaderAndDictBuffers() local
76 char dictName[dictNameBufSize]; in flushHeaderAndDictBuffers()
77 FileUtils::getBasename(dictDirPath, dictNameBufSize, dictName); in flushHeaderAndDictBuffers()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_dict_buffers.cpp91 const int dictNameBufSize = strlen(dictDirPath) + 1 /* terminator */; in flushHeaderAndDictBuffers() local
92 char dictName[dictNameBufSize]; in flushHeaderAndDictBuffers()
93 FileUtils::getBasename(dictDirPath, dictNameBufSize, dictName); in flushHeaderAndDictBuffers()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp202 const int dictNameBufSize = strlen(dictDirPath) + 1 /* terminator */; in getHeaderFilePathInDictDir() local
203 char dictName[dictNameBufSize]; in getHeaderFilePathInDictDir()
204 FileUtils::getBasename(dictDirPath, dictNameBufSize, dictName); in getHeaderFilePathInDictDir()