Home
last modified time | relevance | path

Searched refs:num_of_son (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp268 for (size_t pos = 0; pos < node->num_of_son; pos++) { in free_son_trie()
437 uint16 num_of_son = 0; in construct_spellings_subset() local
450 num_of_son++; in construct_spellings_subset()
454 num_of_son++; in construct_spellings_subset()
458 node_num_ += num_of_son; in construct_spellings_subset()
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()
602 assert(son_pos + 1 == num_of_son); in construct_spellings_subset()
638 parent->num_of_son = num_of_son; in construct_spellings_subset()
H A Ddicttrie.cpp468 for (size_t son_pos = 0; son_pos < (size_t)node->num_of_son; son_pos++) { in extend_dict1()
487 (size_t)node->num_of_son - 1) { in extend_dict1()
546 for (size_t son_pos = 0; son_pos < (size_t)node->num_of_son; son_pos++) { in extend_dict2()
565 (size_t)node->num_of_son - 1) { in extend_dict2()
609 for (son_pos = 0; son_pos < static_cast<uint16>(node_le0->num_of_son); in try_extend()
617 if (son_pos < node_le0->num_of_son) in try_extend()
625 for (son_pos = 0; son_pos < static_cast<uint16>(node_ge1->num_of_son); in try_extend()
632 if (son_pos < node_ge1->num_of_son) in try_extend()
730 for (size_t son_pos = 0; son_pos < (size_t)node->num_of_son; in get_lpis()
761 for (size_t son_pos = 0; son_pos < (size_t)node->num_of_son; in get_lpis()
H A Dsplparser.cpp93 for (int i = 0; i < node_this->num_of_son; i++) { in splstr_to_idxs()
222 for (int i = 0; i < node_this->num_of_son; i++) { in splstr16_to_idxs()
H A Ddictbuilder.cpp824 (static_cast<LmaNodeLE0*>(parent))->num_of_son = in construct_subset()
833 (static_cast<LmaNodeLE0*>(parent))->num_of_son = in construct_subset()
842 (static_cast<LmaNodeGE1*>(parent))->num_of_son = in construct_subset()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictdef.h115 uint16 num_of_son; member
127 unsigned char num_of_son; // number of son nodes member
H A Dspellingtrie.h34 uint16 num_of_son:5; member
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictdef.h115 uint16 num_of_son; member
127 unsigned char num_of_son; // number of son nodes member
H A Dspellingtrie.h34 uint16 num_of_son:5; member