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

/packages/inputmethods/PinyinIME/jni/share/
H A Dspellingtrie.cpp486 node_current->spelling_idx = kFullSplIdStart + item_start_next;
515 node_current->spelling_idx =
519 node_current->spelling_idx++;
521 node_current->spelling_idx++;
523 h2f_num_[node_current->spelling_idx] = i - item_start_next;
535 node_current->spelling_idx = part_id;
536 h2f_num_[node_current->spelling_idx] = i - item_start_next;
542 if (h2f_num_[node_current->spelling_idx] > 0)
543 h2f_start_[node_current->spelling_idx] =
546 h2f_start_[node_current->spelling_idx]
[all...]
H A Dsplparser.cpp54 uint16 id_this = node_this->spelling_idx;
108 uint16 id_this = node_this->spelling_idx;
128 uint16 id_this = node_this->spelling_idx;
183 uint16 id_this = node_this->spelling_idx;
237 uint16 id_this = node_this->spelling_idx;
257 uint16 id_this = node_this->spelling_idx;
/packages/inputmethods/PinyinIME/jni/include/
H A Dspellingtrie.h33 uint16 spelling_idx:11; member in struct:ime_pinyin::SpellingNode

Completed in 64 milliseconds