OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixed_hzs_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
233
fixed_hzs_
= 0;
292
// Modify
fixed_hzs_
293
if (
fixed_hzs_
> 0 &&
304
fixed_hzs_
= 0;
306
while (spl_start_[
fixed_hzs_
] < fixed_ch_pos)
307
fixed_hzs_
++;
308
assert(spl_start_[
fixed_hzs_
] == fixed_ch_pos);
310
while (lma_start_[fixed_lmas_] <
fixed_hzs_
)
312
assert(lma_start_[fixed_lmas_] ==
fixed_hzs_
);
365
} else if (
fixed_hzs_
> 0 && kLemmaIdComposing == lma_id_[0])
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
234
size_t
fixed_hzs_
;
member in class:ime_pinyin::MatrixSearch
281
//
fixed_hzs_
will be also assigned.
Completed in 69 milliseconds