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

  /packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp 395 uint16 id_start = dep->id_start; local
404 size_t son_start = splid_le0_index_[id_start - kFullSplIdStart];
405 size_t son_end = splid_le0_index_[id_start + id_num - kFullSplIdStart];
409 assert(son->spl_idx >= id_start && son->spl_idx < id_start + id_num);
422 if (son->spl_idx == id_start) {
435 if (son->spl_idx >= id_start + id_num -1)
456 uint16 id_start = dep->id_start; local
533 uint16 id_start = dep->id_start; local
688 uint16 id_start = splid_str[spl_pos]; local
    [all...]
matrixsearch.cpp     [all...]
  /packages/inputmethods/PinyinIME/jni/include/
searchutility.h 64 // splid_end_split = false; id_start = wa(the first id start with 'w');
67 // splid_end_split = false; id_start = wa; id_num = number of ids starting with
72 // step_no = 4; splid_end_split = false; id_start = men, id_num = 1.
101 // If the newly added id is a half id, id_start is the first id of the
102 // corresponding full ids; if the newly added id is a full id, id_start is
104 uint16 id_start; member in struct:ime_pinyin::__anon11402
  /cts/tools/dasm/src/java_cup/
production.java 357 int id_start; local
382 for (pos = id_start = 0; pos <= len; pos++)
391 id_str = new String(buffer, id_start, pos - id_start);
414 id_start = pos;

Completed in 247 milliseconds