OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_son_offset
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
dicttrie.h
98
inline size_t
get_son_offset
(const LmaNodeGE1 *node);
/packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp
86
inline size_t DictTrie::
get_son_offset
(const LmaNodeGE1 *node) {
function in class:ime_pinyin::DictTrie
549
LmaNodeGE1 *son = nodes_ge1_ +
get_son_offset
(node) + son_pos;
571
get_son_offset
(node) + found_start;
629
node_son = nodes_ge1_ +
get_son_offset
(node_ge1) + son_pos;
766
+
get_son_offset
(node) + son_pos;
Completed in 43 milliseconds