HomeSort by relevance Sort by last modified time
    Searched refs:item_start_next (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 469 size_t item_start_next = item_start; local
486 node_current->spelling_idx = kFullSplIdStart + item_start_next;
489 if (spelling_last_start[level + 1] != '\0' || i - item_start_next > 1) {
490 size_t real_start = item_start_next;
498 if (real_start == item_start_next + 1) {
523 h2f_num_[node_current->spelling_idx] = i - item_start_next;
536 h2f_num_[node_current->spelling_idx] = i - item_start_next;
544 item_start_next + kFullSplIdStart;
552 item_start_next = i;
570 node_current->spelling_idx = kFullSplIdStart + item_start_next;
    [all...]
dictbuilder.cpp 856 size_t item_start_next = item_start; local
897 idx_buf[homo_pos] = lemma_arr_[item_start_next + homo_pos].idx_by_hz;
908 if (i - item_start_next > homo_num) {
915 item_start_next + homo_num, i, level + 1);
926 item_start_next = i;
966 idx_buf[homo_pos] = lemma_arr[item_start_next + homo_pos].idx_by_hz;
977 if (item_end - item_start_next > homo_num) {
984 item_start_next + homo_num, item_end, level + 1);

Completed in 825 milliseconds