OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hIdx
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c
97
NJ_UINT16
hidx
);
99
NJ_SEARCH_LOCATION_SET *loctset, NJ_UINT16
hidx
);
[
all
...]
ndldic.c
118
static NJ_INT16 get_cand_by_evaluate2(NJ_CLASS *iwnn, NJ_SEARCH_CONDITION *cond, NJ_SEARCH_LOCATION_SET *loctset, NJ_UINT8 search_pattern, NJ_UINT16
hIdx
);
164
NJ_UINT16
hIdx
;
209
for (
hIdx
= 0; (
hIdx
< NJ_MAX_DIC) && (pdicinfo->handle != loctset->loct.handle);
hIdx
++) {
213
if (
hIdx
== NJ_MAX_DIC) {
221
if ((con->ds->dic[
hIdx
].srhCache == NULL) || (con->ylen == 0) ||
225
ret = get_cand_by_evaluate2(iwnn, con, loctset, con->operation,
hIdx
);
228
NJ_SET_CACHEOVER_TO_SCACHE(con->ds->dic[
hIdx
].srhCache);
229
ret = get_cand_by_evaluate2(iwnn, con, loctset, con->operation,
hIdx
);
[
all
...]
Completed in 541 milliseconds