OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lma_start_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
230
lma_start_
[0] = 0;
310
while (
lma_start_
[fixed_lmas_] < fixed_hzs_)
312
assert(
lma_start_
[fixed_lmas_] == fixed_hzs_);
402
lma_start_
[1] = fixed_hzs_;
515
if (fixed_lmas_ > 0 && pos < spl_start_[
lma_start_
[fixed_lmas_]])
521
if (pos == spl_start_[
lma_start_
[fixed_lmas_]]) {
539
if (pos >=
lma_start_
[fixed_lmas_]) {
543
c_py_len = spl_start_[
lma_start_
[fixed_lmas_]] - del_py_len;
573
lma_start_
[1] = fixed_hzs_;
667
uint16 lma_len =
lma_start_
[pos + 1] - lma_start_[pos]
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
208
uint16
lma_start_
[kMaxRowNum]; // Counted in spelling ids.
member in class:ime_pinyin::MatrixSearch
Completed in 388 milliseconds