Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndldic.c123 static NJ_INT16 str_que_cmp(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_CHAR *yomi, NJ_UINT16 yomiLen,…
971 ret = str_que_cmp(iwnn, loctset->loct.handle, cond->yomi, cond->ylen, que_id, 1); in get_cand_by_sequential()
979 ret = str_que_cmp(iwnn, loctset->loct.handle, cond->yomi, cond->ylen, que_id, 2); in get_cand_by_sequential()
1134 ret = str_que_cmp(iwnn, loctset->loct.handle, cond->yomi, cond->ylen, que_id, 2); in get_cand_by_evaluate()
1441 ret = str_que_cmp(iwnn, handle, comp_yomi, comp_len, que_id, 1); in search_range_by_yomi_multi()
1484 ret = str_que_cmp(iwnn, handle, comp_yomi, comp_len, que_id, 1); in search_range_by_yomi_multi()
1513 ret = str_que_cmp(iwnn, handle, yomi, len, que_id, 1); in search_range_by_yomi_multi()
1531 static NJ_INT16 str_que_cmp(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_CHAR *yomi, in str_que_cmp() function