Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp67 splitter_node_ = NULL; in SpellingTrie()
102 if (NULL != splitter_node_) { in ~SpellingTrie()
103 delete [] splitter_node_; in ~SpellingTrie()
329 splitter_node_ = new SpellingNode(); in construct()
330 memset(splitter_node_, 0, sizeof(SpellingNode)); in construct()
331 splitter_node_->score = average_score_; in construct()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h101 SpellingNode* splitter_node_; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h101 SpellingNode* splitter_node_; variable