Searched refs:son_1st_off_h (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Ddictdef.h129 unsigned char son_1st_off_h; // high bits of the son_1st_off member in struct:ime_pinyin::LmaNodeGE1
/packages/inputmethods/PinyinIME/jni/share/
H A Ddicttrie.cpp87 return ((size_t)node->son_1st_off_l + ((size_t)node->son_1st_off_h << 16));
548 assert(node->son_1st_off_l > 0 || node->son_1st_off_h > 0);
628 assert(node_ge1->son_1st_off_l > 0 || node_ge1->son_1st_off_h > 0);
764 assert(node->son_1st_off_l > 0 || node->son_1st_off_h > 0);
H A Ddictbuilder.cpp649 node->son_1st_off_h = static_cast<unsigned char>(offset >> 16);

Completed in 512 milliseconds