Home
last modified time | relevance | path

Searched refs:NJ_CUR_OP_COMP (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndldic.c178 if ((con->operation == NJ_CUR_OP_COMP) || in njd_l_search_word()
190 case NJ_CUR_OP_COMP: in njd_l_search_word()
969 if (search_pattern == NJ_CUR_OP_COMP) { in get_cand_by_sequential()
1028 if ((search_pattern == NJ_CUR_OP_COMP) && (comp_flg == 1)) { in get_cand_by_sequential()
1225 case NJ_CUR_OP_COMP: in search_range_by_yomi()
Dndbdic.c1191 case NJ_CUR_OP_COMP: in njd_b_search_word()
1227 case NJ_CUR_OP_COMP: in njd_b_search_word()
1281 case NJ_CUR_OP_COMP: in njd_b_search_word()
1404 if ((GET_LOCATION_OPERATION(word->stem.loc.status) == NJ_CUR_OP_COMP) || in njd_b_get_candidate()
1424 if (GET_LOCATION_OPERATION(word->stem.loc.status) == NJ_CUR_OP_COMP) { in njd_b_get_candidate()
Dndapi.c104 case NJ_CUR_OP_COMP: in check_search_cursor()
499 if (GET_LOCATION_OPERATION(result->word.stem.loc.status) != NJ_CUR_OP_COMP) { in njd_get_stroke()
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
Dnj_lib.h182 #define NJ_CUR_OP_COMP 0 macro