Home
last modified time | relevance | path

Searched refs:comp_flg (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndapi.c42 static NJ_INT16 search_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_UINT8 comp_flg, NJ_UINT8 *exit_fl…
44 …word_and_search_next_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_RESULT *result, NJ_UINT8 comp_flg);
123 static NJ_INT16 search_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_UINT8 comp_flg, in search_word() argument
157 ret = njd_l_search_word(iwnn, &cursor->cond, loctset, comp_flg); in search_word()
187 NJ_UINT8 comp_flg) { in get_word_and_search_next_word() argument
272 ret = njd_l_search_word(iwnn, &cursor->cond, loctset, comp_flg); in get_word_and_search_next_word()
354 ret = njd_l_search_word(iwnn, &cursor->cond, loctset, comp_flg); in get_word_and_search_next_word()
456 static NJ_INT16 njd_search_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_UINT8 comp_flg, in njd_search_word() argument
466 return search_word(iwnn, cursor, comp_flg, exit_flag); in njd_search_word()
470 NJ_UINT8 comp_flg) { in njd_get_word() argument
[all …]
Dndldic.c116 …ARCH_CONDITION *cond, NJ_SEARCH_LOCATION_SET *loctset, NJ_UINT8 search_pattern, NJ_UINT8 comp_flg);
159 NJ_UINT8 comp_flg) { in njd_l_search_word() argument
198 return get_cand_by_sequential(iwnn, con, loctset, con->operation, comp_flg); in njd_l_search_word()
248 if (comp_flg == 0) { in njd_l_search_word()
926 NJ_UINT8 comp_flg) { in get_cand_by_sequential() argument
1028 if ((search_pattern == NJ_CUR_OP_COMP) && (comp_flg == 1)) { in get_cand_by_sequential()
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
Dnj_ext.h107 NJ_SEARCH_LOCATION_SET *loctset, NJ_UINT8 comp_flg);