OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dictNameBufSize
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_dict_buffers.cpp
75
const int
dictNameBufSize
= strlen(dictDirPath) + 1 /* terminator */;
76
char dictName[
dictNameBufSize
];
77
FileUtils::getBasename(dictDirPath,
dictNameBufSize
, dictName);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
dictionary_structure_with_buffer_policy_factory.cpp
202
const int
dictNameBufSize
= strlen(dictDirPath) + 1 /* terminator */;
203
char dictName[
dictNameBufSize
];
204
FileUtils::getBasename(dictDirPath,
dictNameBufSize
, dictName);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_dict_buffers.cpp
91
const int
dictNameBufSize
= strlen(dictDirPath) + 1 /* terminator */;
92
char dictName[
dictNameBufSize
];
93
FileUtils::getBasename(dictDirPath,
dictNameBufSize
, dictName);
Completed in 83 milliseconds