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

  /packages/inputmethods/PinyinIME/jni/include/
searchutility.h 34 size_t lma_len:4; member in struct:ime_pinyin::__anon11199
  /packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp 322 lpi_items[lpi_num].lma_len = 1;
335 uint16 lma_len) {
340 lpi_items[lpi_num].lma_len = lma_len;
816 lma_buf[ch_pos].lma_len = 1;
830 lma_buf[ch_pos].lma_len = splid_str_len;
856 uint16 lma_len = get_lemma_str(id_lemma, lma_str, kMaxLemmaSize + 1); local
857 assert((!arg_valid && splids_max >= lma_len) || lma_len == splids_max);
864 for (uint16 pos = 0; pos < lma_len; pos++)
    [all...]
matrixsearch.cpp 625 uint16 s_len = lpi_items_[cand_id].lma_len;
667 uint16 lma_len = lma_start_[pos + 1] - lma_start_[pos]; local
668 utf16_strncpy(spl_ids + spl_id_fr, spl_id_ + lma_start_[pos], lma_len);
672 assert(tmp == lma_len);
674 tmp = get_lemma_splids(lma_id, spl_ids + spl_id_fr, lma_len, true);
675 if (tmp != lma_len) {
679 spl_id_fr += lma_len;
817 size_t cand_len = lpi_items_[cand_id].lma_len;
1240 uint16 lma_len; local
    [all...]

Completed in 547 milliseconds