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

  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 29 static const size_t kMaxRowNum = kMaxSearchSteps;
117 uint16 spl_ids[kMaxRowNum];
118 uint16 spl_start[kMaxRowNum];
119 char16 chn_str[kMaxRowNum]; // Chinese string.
120 uint16 sublma_start[kMaxRowNum]; // Counted in Chinese characters.
185 // Pinyin string. Max length: kMaxRowNum - 1
186 char pys_[kMaxRowNum];
208 uint16 lma_start_[kMaxRowNum]; // Counted in spelling ids.
209 LemmaIdType lma_id_[kMaxRowNum];
218 uint8 fixed_lmas_no1_[kMaxRowNum];
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 81 size_t matrix_size = sizeof(MatrixRow) * kMaxRowNum;
245 if (!inited_ || ch_pos > pys_decoded_len_ || ch_pos >= kMaxRowNum)
413 while (start < kMaxRowNum - len && '\0' != pys_[start]) {
424 if (py_len > kMaxRowNum - 1)
425 py_len = kMaxRowNum - 1;
926 if (pys_decoded_len_ >= kMaxRowNum - 1 ||
1059 (dmi_c_phrase_ && prev_ids_num >= kMaxRowNum)) {
    [all...]

Completed in 352 milliseconds