OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:son_1st_off_l
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
dictdef.h
124
uint16
son_1st_off_l
; // Low 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
648
node->
son_1st_off_l
= static_cast<uint16>(offset);
Completed in 1049 milliseconds