Home
last modified time | relevance | path

Searched defs:SpellingNode (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h29 struct SpellingNode { struct
30 SpellingNode *first_son; argument
33 uint16 spelling_idx:11;
34 uint16 num_of_son:5;
35 char char_this_node;
36 unsigned char score;
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h29 struct SpellingNode { struct
30 SpellingNode *first_son; argument
33 uint16 spelling_idx:11;
34 uint16 num_of_son:5;
35 char char_this_node;
36 unsigned char score;