OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pys_decoded_len_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
37
pys_decoded_len_
= 0;
208
pys_decoded_len_
= 0;
245
if (!inited_ || ch_pos >
pys_decoded_len_
|| ch_pos >= kMaxRowNum)
259
if (
pys_decoded_len_
> ch_pos && !clear_dmi_this_step) {
273
pys_decoded_len_
= ch_pos;
327
if (
pys_decoded_len_
> fixed_ch_pos && !clear_dmi_this_step) {
342
pys_decoded_len_
= fixed_ch_pos;
430
for (ch_pos = 0; ch_pos <
pys_decoded_len_
; ch_pos++) {
436
if (ch_pos ==
pys_decoded_len_
)
446
pys_decoded_len_
= ch_pos
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
189
size_t
pys_decoded_len_
;
member in class:ime_pinyin::MatrixSearch
Completed in 491 milliseconds