OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DictMatchInfo
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
55
}
DictMatchInfo
, *PDictMatchInfo;
69
// The
DictMatchInfo
position in the
DictMatchInfo
pool.
196
DictMatchInfo
*dmi_pool_;
318
size_t extend_dmi(DictExtPara *dep,
DictMatchInfo
*dmi_s);
321
size_t extend_dmi_c(DictExtPara *dep,
DictMatchInfo
*dmi_s);
349
void fill_dmi(
DictMatchInfo
*dmi, MileStoneHandle *handles,
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
79
size_t dmi_size = sizeof(
DictMatchInfo
) * kDmiPoolSize;
95
dmi_pool_ = reinterpret_cast<
DictMatchInfo
*>(share_buf_ + mtrx_nd_size);
691
DictMatchInfo
*dmi = dmi_pool_ + dmi_pos;
900
DictMatchInfo
*dmi = dmi_pool_ + end_node->dmi_fr;
949
void MatrixSearch::fill_dmi(
DictMatchInfo
*dmi, MileStoneHandle *handles,
1024
DictMatchInfo
*dmi = dmi_pool_ + dmi_pos;
1063
DictMatchInfo
*d = dmi;
[
all
...]
Completed in 26 milliseconds