OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dmi_pool_used_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
39
dmi_pool_used_
= 0;
210
dmi_pool_used_
= 0;
276
dmi_pool_used_
= matrix_[ch_pos - 1].dmi_pos
280
dmi_pool_used_
= matrix_[ch_pos].dmi_pos + matrix_[ch_pos].dmi_num;
345
dmi_pool_used_
= matrix_[fixed_ch_pos - 1].dmi_pos
349
dmi_pool_used_
= matrix_[fixed_ch_pos].dmi_pos +
468
printf("--DMI Pool Used: %d\n",
dmi_pool_used_
);
471
for (PoolPosType pos = 0; pos <
dmi_pool_used_
; pos++) {
689
if (dmi_pos >=
dmi_pool_used_
) return;
930
if (
dmi_pool_used_
>= kDmiPoolSize) return false
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
197
PoolPosType
dmi_pool_used_
; // How many items used in the pool
member in class:ime_pinyin::MatrixSearch
302
// 1 means a new DMI is filled in (
dmi_pool_used_
is the next blank DMI in
Completed in 1132 milliseconds