Lines Matching refs:from

85 #define STATE_COPY(to, from)                                    \
86 { ((NJ_UINT8*)(to))[0] = ((NJ_UINT8*)(from))[0]; \
87 ((NJ_UINT8*)(to))[1] = ((NJ_UINT8*)(from))[1]; \
88 ((NJ_UINT8*)(to))[2] = ((NJ_UINT8*)(from))[2]; \
89 ((NJ_UINT8*)(to))[3] = ((NJ_UINT8*)(from))[3]; }
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);
927 NJ_UINT16 current, from, to;
940 cond->yomi, cond->ylen, &from, &to, &forward_flag);
952 loctset->loct.top = from;
954 current = from;
1059 NJ_UINT16 from, to, i;
1084 cond->yomi, cond->ylen, &from, &to);
1089 cond->yomi, cond->ylen, &from, &to, &forward_flag);
1095 loctset->loct.top = from;
1197 NJ_CHAR *yomi, NJ_UINT16 len, NJ_UINT16 *from, NJ_UINT16 *to,
1291 *from = mid;
1331 *from = 0;
1333 *from = (NJ_UINT16)cmp + 1;
1338 printf(" >> from:(%d)\n", *from);
1396 NJ_CHAR *yomi, NJ_UINT16 len, NJ_UINT16 *from, NJ_UINT16 *to) {
1477 *from = mid;
1494 *from = 0;
1496 *from = (NJ_UINT16)cmp + 1;
1501 printf(" >> from:(%d)\n", *from);
1936 NJ_UINT16 from, to, i;
2019 char_tmp, tmp_len, &from,
2029 psrhCache->storebuff[abIdx].top = from;
2043 if (nj_charncmp(yomi, pCharset->from[l], 1) == 0) {
2048 char_tmp, tmp_len, &from, &to, &forward_flag);
2062 psrhCache->storebuff[abIdx].top = from;
2126 &from, &to, &forward_flag);
2140 psrhCache->storebuff[abIdx].top = from;
2157 if (nj_charncmp(yomi, pCharset->from[l], 1) == 0) {
2168 &from, &to, &forward_flag);
2182 psrhCache->storebuff[abIdx].top = from;
2310 NJ_UINT16 *from, NJ_UINT16 *to,
2372 *from = mid;
2391 *from = 0;
2393 *from = (NJ_UINT16)cmp + 1;
2398 printf(" >> from:(%d)\n", *from);