Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dsync.cpp27 dictfile_(NULL), in Sync()
44 dictfile_ = strdup(filename); in begin()
45 if (!dictfile_) { in begin()
51 free(dictfile_); in begin()
52 dictfile_ = NULL; in begin()
56 if (userdict_->load_dict((const char*)dictfile_, kUserDictIdStart, in begin()
60 free(dictfile_); in begin()
61 dictfile_ = NULL; in begin()
99 free(dictfile_); in finish()
100 dictfile_ = NULL; in finish()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dsync.h77 char * dictfile_; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dsync.h77 char * dictfile_; variable