Home | History | Annotate | Download | only in engine

Lines Matching refs:hidx

97                              NJ_UINT16 hidx);
99 NJ_SEARCH_LOCATION_SET *loctset, NJ_UINT16 hidx);
1185 NJ_UINT16 hIdx;
1240 for (hIdx = 0; (hIdx < NJ_MAX_DIC) && (pdicinfo->handle != loctset->loct.handle); hIdx++) {
1244 if (hIdx == NJ_MAX_DIC) {
1250 if ((con->ds->dic[hIdx].srhCache == NULL) || (con->ylen == 0) ||
1258 ret = search_node2(con, loctset, hIdx);
1261 NJ_SET_CACHEOVER_TO_SCACHE(con->ds->dic[hIdx].srhCache);
1262 ret = search_node2(con, loctset, hIdx);
1267 ret = bdic_search_fore_data2(con, loctset, hIdx);
1290 for (hIdx = 0; (hIdx < NJ_MAX_DIC) && (pdicinfo->handle != loctset->loct.handle); hIdx++) {
1294 if (hIdx == NJ_MAX_DIC) {
1300 if ((con->ds->dic[hIdx].srhCache == NULL) || (con->ylen == 0) ||
1304 ret = bdic_search_fore_data2(con, loctset, hIdx);
1539 static NJ_INT16 search_node2(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset, NJ_UINT16 hidx)
1556 NJ_SEARCH_CACHE *psrhCache = condition->ds->dic[hidx].srhCache;
2377 static NJ_INT16 bdic_search_fore_data2(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset, NJ_UINT16 hidx)
2385 NJ_SEARCH_CACHE *psrhCache = condition->ds->dic[hidx].srhCache;