Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp66 dumb_node_ = NULL; in SpellingTrie()
98 if (NULL != dumb_node_) { in ~SpellingTrie()
99 delete [] dumb_node_; in ~SpellingTrie()
325 dumb_node_ = new SpellingNode(); in construct()
326 memset(dumb_node_, 0, sizeof(SpellingNode)); in construct()
327 dumb_node_->score = average_score_; in construct()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h97 SpellingNode* dumb_node_; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h97 SpellingNode* dumb_node_; variable