Searched refs:get_stem_next (Results 1 – 1 of 1) sorted by relevance
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
D | ndbdic.c | 84 static NJ_INT16 get_stem_next(NJ_DIC_HANDLE hdl, NJ_UINT8 *stem_data); 148 static NJ_INT16 get_stem_next(NJ_DIC_HANDLE hdl, NJ_UINT8 *stem_data) in get_stem_next() function 335 next = get_stem_next(hdl, stem_data); in get_stem_word() 950 next = get_stem_next(loctset->loct.handle, stem_data); in search_node() 967 j = get_stem_next(loctset->loct.handle, stem_data); in search_node() 984 j = get_stem_next(loctset->loct.handle, stem_data); in search_node() 1017 i = get_stem_next(loctset->loct.handle, data); in bdic_search_data() 1095 i = get_stem_next(loctset->loct.handle, data); in bdic_search_fore_data() 1155 i = get_stem_next(loctset->loct.handle, data); in bdic_search_fore_data() 1436 next = get_stem_next(loc->handle, data); in njd_b_get_candidate() [all …]
|