OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cand_len
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
817
size_t
cand_len
= lpi_items_[cand_id].lma_len;
local
819
assert(
cand_len
> 0);
832
size_t step_to = spl_start_[fixed_hzs_ +
cand_len
];
850
spl_id_ + fixed_hzs_,
cand_len
);
865
lma_start_[fixed_lmas_ + 1] = lma_start_[fixed_lmas_] +
cand_len
;
867
fixed_hzs_ = fixed_hzs_ +
cand_len
;
[
all
...]
Completed in 41 milliseconds