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

  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 129 *splid = h2f_start_[*splid];
248 *spl_id_start = h2f_start_[half_id];
278 memset(h2f_start_, 0, sizeof(uint16) * kFullSplIdStart);
339 h2f_start_[0] = h2f_num_[0] = 0;
543 h2f_start_[node_current->spelling_idx] =
546 h2f_start_[node_current->spelling_idx] = 0;
628 h2f_start_[node_current->spelling_idx] =
631 h2f_start_[node_current->spelling_idx] = 0;
701 for (uint16 fid = h2f_start_[hid];
702 fid < h2f_start_[hid] + h2f_num_[hid]; fid++
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h 111 uint16 h2f_start_[kFullSplIdStart]; member in class:ime_pinyin::SpellingTrie

Completed in 29 milliseconds