Home
last modified time | relevance | path

Searched refs:instance_ (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dlpicache.cpp22 LpiCache* LpiCache::instance_ = NULL; member in ime_pinyin::LpiCache
42 if (NULL == instance_) { in get_instance()
43 instance_ = new LpiCache(); in get_instance()
44 assert(NULL != instance_); in get_instance()
46 return *instance_; in get_instance()
H A Dspellingtrie.cpp34 SpellingTrie* SpellingTrie::instance_ = NULL; member in ime_pinyin::SpellingTrie
68 instance_ = NULL; in SpellingTrie()
106 if (NULL != instance_) { in ~SpellingTrie()
107 delete instance_; in ~SpellingTrie()
108 instance_ = NULL; in ~SpellingTrie()
236 if (NULL == instance_) in get_instance()
237 instance_ = new SpellingTrie(); in get_instance()
239 return *instance_; in get_instance()
H A Dngram.cpp127 NGram* NGram::instance_ = NULL; member in ime_pinyin::NGram
155 if (NULL == instance_) in get_instance()
156 instance_ = new NGram(); in get_instance()
157 return *instance_; in get_instance()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dlpicache.h29 static LpiCache *instance_;
H A Dngram.h49 static NGram* instance_;
H A Dspellingtrie.h56 static SpellingTrie* instance_; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dlpicache.h29 static LpiCache *instance_;
H A Dngram.h49 static NGram* instance_;
H A Dspellingtrie.h56 static SpellingTrie* instance_; variable