OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dictfile_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
sync.cpp
27
dictfile_
(NULL),
44
dictfile_
= strdup(filename);
45
if (!
dictfile_
) {
51
free(
dictfile_
);
52
dictfile_
= NULL;
56
if (userdict_->load_dict((const char*)
dictfile_
, kUserDictIdStart,
60
free(
dictfile_
);
61
dictfile_
= NULL;
99
free(
dictfile_
);
100
dictfile_
= NULL
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
sync.h
77
char *
dictfile_
;
member in class:ime_pinyin::Sync
Completed in 149 milliseconds