Searched refs:yomi_pos (Results 1 – 1 of 1) sorted by relevance
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
D | ndbdic.c | 89 …string(NJ_DIC_HANDLE hdl, NJ_UINT8 *stem_data, NJ_CHAR *yomi, NJ_UINT16 yomi_pos, NJ_UINT16 yomi_s… 396 NJ_UINT16 yomi_pos; in get_stem_yomi_data() local 441 yomi_pos = GET_BIT_TO_BYTE(bit_all); in get_stem_yomi_data() 442 yomi_pos += candidate_size; in get_stem_yomi_data() 444 return yomi_pos; in get_stem_yomi_data() 486 …string(NJ_DIC_HANDLE hdl, NJ_UINT8 *stem_data, NJ_CHAR *yomi, NJ_UINT16 yomi_pos, NJ_UINT16 yomi_s… in get_stem_yomi_string() argument 504 ydata = stem_data + yomi_pos; in get_stem_yomi_string() 1398 NJ_UINT16 yomi_pos; in njd_b_get_candidate() local 1441 yomi_pos = get_stem_yomi_data(loc->handle, data, &stem_set); in njd_b_get_candidate() 1446 yomi_pos, stem_set.yomi_size, in njd_b_get_candidate() [all …]
|