Searched defs:con (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndcommon.c26 NJ_INT16 njd_connect_test(NJ_SEARCH_CONDITION *con, NJ_UINT16 hinsiF, NJ_UINT16 hinsiR) argument
30 if (con->hinsi.fore != NULL) {
36 if (hinsiF >= con->hinsi.foreSize) {
39 if (*(con->hinsi.fore + (hinsiF / 8)) & (0x80 >> (hinsiF % 8))) {
41 if (con->hinsi.foreFlag != 0) {
47 if (con->hinsi.foreFlag == 0) {
55 if (con->hinsi.rear != NULL) {
61 if (hinsiR >= con->hinsi.rearSize) {
64 if (*(con->hinsi.rear + (hinsiR / 8)) & (0x80 >> (hinsiR % 8))) {
66 if (con
[all...]
H A Dndfdic.c257 NJ_INT16 njd_f_search_word(NJ_SEARCH_CONDITION *con, NJ_SEARCH_LOCATION_SET *loctset) argument
261 switch (con->operation) {
265 if ((con->hinsi.yominasi_fore == NULL) ||
266 (con->hinsi.foreSize == 0)) {
274 if (NJ_CHAR_STRLEN_IS_0(con->yomi)) {
280 if ((con->hinsi.yominasi_fore == NULL) ||
281 (con->hinsi.foreSize == 0)) {
293 if (con->mode != NJ_CUR_MODE_FREQ) {
303 ret = search_data(con, loctset);
H A Dndbdic.c1181 NJ_INT16 njd_b_search_word(NJ_SEARCH_CONDITION *con, NJ_SEARCH_LOCATION_SET *loctset) argument
1190 switch (con->operation) {
1193 if (con->mode != NJ_CUR_MODE_FREQ) {
1207 && NJ_CHAR_STRLEN_IS_0(con->yomi)) {
1218 if (con->ylen > NJ_GET_MAX_YLEN(loctset->loct.handle)) {
1226 switch (con->operation) {
1228 ret = search_node(con, loctset);
1232 ret = bdic_search_data(con, loctset);
1239 pdicinfo = con->ds->dic;
1250 if ((con
[all...]
H A Dndldic.c157 NJ_INT16 njd_l_search_word(NJ_CLASS *iwnn, NJ_SEARCH_CONDITION *con, argument
178 if ((con->operation == NJ_CUR_OP_COMP) ||
179 (con->operation == NJ_CUR_OP_FORE)){
181 if (con->ylen > NJ_GET_MAX_YLEN(loctset->loct.handle)) {
189 switch (con->operation) {
191 if (con->mode != NJ_CUR_MODE_FREQ) {
198 return get_cand_by_sequential(iwnn, con, loctset, con->operation, comp_flg);
202 if (con->mode == NJ_CUR_MODE_YOMI) {
204 return get_cand_by_sequential(iwnn, con, loctse
[all...]

Completed in 68 milliseconds