OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:son_1st_off_h
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
dictdef.h
129
unsigned char
son_1st_off_h
; // high bits of the son_1st_off
member in struct:ime_pinyin::LmaNodeGE1
/packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp
87
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);
dictbuilder.cpp
649
node->
son_1st_off_h
= static_cast<unsigned char>(offset >> 16);
Completed in 42 milliseconds