Home | History | Annotate | Download | only in engine

Lines Matching defs:ylen

119 static NJ_INT16 search_range_by_yomi(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 op, NJ_CHAR *yomi, NJ_UINT16 ylen, NJ_UINT16 *from, NJ_UINT16 *to, NJ_UINT8 *forward_flag);
120 static NJ_INT16 search_range_by_yomi2(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 op, NJ_CHAR *yomi, NJ_UINT16 ylen, NJ_UINT16 sfrom, NJ_UINT16 sto, NJ_UINT16 *from, NJ_UINT16 *to,
122 static NJ_INT16 search_range_by_yomi_multi(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_CHAR *yomi, NJ_UINT16 ylen, NJ_UINT16 *from, NJ_UINT16 *to);
181 if (con->ylen > NJ_GET_MAX_YLEN(loctset->loct.handle)) {
221 if ((con->ds->dic[hIdx].srhCache == NULL) || (con->ylen == 0) ||
940 cond->yomi, cond->ylen, &from, &to, &forward_flag);
971 ret = str_que_cmp(iwnn, loctset->loct.handle, cond->yomi, cond->ylen, que_id, 1);
979 ret = str_que_cmp(iwnn, loctset->loct.handle, cond->yomi, cond->ylen, que_id, 2);
990 cond->yomi, cond->ylen, cond->kanji, 0);
1029 yomi = cond->yomi + cond->ylen;
1084 cond->yomi, cond->ylen, &from, &to);
1089 cond->yomi, cond->ylen, &from, &to, &forward_flag);
1131 cond->yomi, cond->ylen, cond->kanji, 1);
1134 ret = str_que_cmp(iwnn, loctset->loct.handle, cond->yomi, cond->ylen, que_id, 2);
1771 NJ_UINT8 ylen;
1777 ylen = (NJ_UINT8)NJ_GET_YLEN_FROM_STEM(word);
1779 if ((NJ_UINT16)((ylen+ NJ_TERM_LEN)*sizeof(NJ_CHAR)) > size) {
1783 if (ylen == 0) {