Home
last modified time | relevance | path

Searched refs:first_son (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp269 free_son_trie(node->first_son + pos); in free_son_trie()
272 if (NULL != node->first_son) in free_son_trie()
273 delete [] node->first_son; in free_son_trie()
335 root_->first_son = construct_spellings_subset(0, spelling_num_, 0, root_); in construct()
340 if (NULL == root_->first_son) in construct()
436 SpellingNode *first_son = NULL; in construct_spellings_subset() local
460 first_son = new SpellingNode[num_of_son]; in construct_spellings_subset()
461 memset(first_son, 0, sizeof(SpellingNode)*num_of_son); in construct_spellings_subset()
482 SpellingNode *node_current = first_son + son_pos; in construct_spellings_subset()
498 node_current->first_son = in construct_spellings_subset()
[all …]
H A Dsplparser.cpp90 SpellingNode *first_son = node_this->first_son; in splstr_to_idxs() local
94 SpellingNode *this_son = first_son + i; in splstr_to_idxs()
219 SpellingNode *first_son = node_this->first_son; in splstr16_to_idxs() local
223 SpellingNode *this_son = first_son + i; in splstr16_to_idxs()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h30 SpellingNode *first_son; member
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h30 SpellingNode *first_son; member