OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dmi_num
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
226
matrix_[0].
dmi_num
= 0;
253
if (clear_dmi_this_step && matrix_[ch_pos].
dmi_num
> 0) {
261
if (matrix_[ch_pos + 1].
dmi_num
> 0) {
277
+ matrix_[ch_pos - 1].
dmi_num
;
278
matrix_[ch_pos].
dmi_num
= 0;
280
dmi_pool_used_ = matrix_[ch_pos].dmi_pos + matrix_[ch_pos].
dmi_num
;
321
matrix_[fixed_ch_pos].
dmi_num
> 0) {
329
if (matrix_[fixed_ch_pos + 1].
dmi_num
> 0) {
346
+ matrix_[fixed_ch_pos - 1].
dmi_num
;
347
matrix_[fixed_ch_pos].
dmi_num
= 0
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
72
uint16
dmi_num
:15;
member in struct:ime_pinyin::__anon17065
Completed in 16 milliseconds