Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictdef.h129 unsigned char son_1st_off_h; // high bits of the son_1st_off member
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictdef.h129 unsigned char son_1st_off_h; // high bits of the son_1st_off member
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddicttrie.cpp87 return ((size_t)node->son_1st_off_l + ((size_t)node->son_1st_off_h << 16)); in get_son_offset()
547 assert(node->son_1st_off_l > 0 || node->son_1st_off_h > 0); in extend_dict2()
627 assert(node_ge1->son_1st_off_l > 0 || node_ge1->son_1st_off_h > 0); in try_extend()
763 assert(node->son_1st_off_l > 0 || node->son_1st_off_h > 0); in get_lpis()
H A Ddictbuilder.cpp649 node->son_1st_off_h = static_cast<unsigned char>(offset >> 16); in set_son_offset()