Searched defs:found_start (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Ddicttrie.cpp467 size_t found_start = 0; local
483 found_start = son_pos;
493 node->son_1st_off + found_start;
544 size_t found_start = 0; local
561 found_start = son_pos;
571 get_son_offset(node) + found_start;

Completed in 50 milliseconds