Home
last modified time | relevance | path

Searched defs:num_of_son (Results 1 – 5 of 5) sorted by relevance

/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
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp437 uint16 num_of_son = 0; in construct_spellings_subset() local