HomeSort by relevance Sort by last modified time
    Searched full:spelling_idx (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 486 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] = 0
    [all...]
splparser.cpp 54 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/
spellingtrie.h 33 uint16 spelling_idx:11; member in struct:ime_pinyin::SpellingNode

Completed in 1655 milliseconds