OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dmi_pool_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
62
dmi_pool_
= NULL;
95
dmi_pool_
= reinterpret_cast<DictMatchInfo*>(share_buf_ + mtrx_nd_size);
254
dict_handles_to_clear =
dmi_pool_
[matrix_[ch_pos].dmi_pos].dict_handles;
263
dmi_pool_
[matrix_[ch_pos + 1].dmi_pos].dict_handles;
322
dict_handles_to_clear =
dmi_pool_
[matrix_[fixed_ch_pos].dmi_pos].dict_handles;
331
dmi_pool_
[matrix_[fixed_ch_pos + 1].dmi_pos].dict_handles;
691
DictMatchInfo *dmi =
dmi_pool_
+ dmi_pos;
900
DictMatchInfo *dmi =
dmi_pool_
+ end_node->dmi_fr;
1024
DictMatchInfo *dmi =
dmi_pool_
+ dmi_pos;
1068
d =
dmi_pool_
+ d->dmi_fr
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
196
DictMatchInfo *
dmi_pool_
;
member in class:ime_pinyin::MatrixSearch
Completed in 93 milliseconds