Lines Matching refs:to

10  * Unless required by applicable law or agreed to in writing, software
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);
953 loctset->loct.bottom = to;
1059 NJ_UINT16 from, to, i;
1084 cond->yomi, cond->ylen, &from, &to);
1089 cond->yomi, cond->ylen, &from, &to, &forward_flag);
1096 loctset->loct.bottom = to;
1197 NJ_CHAR *yomi, NJ_UINT16 len, NJ_UINT16 *from, NJ_UINT16 *to,
1347 *to = mid;
1386 *to = right - 1;
1390 printf(" >> to:(%d)\n", *to);
1396 NJ_CHAR *yomi, NJ_UINT16 len, NJ_UINT16 *from, NJ_UINT16 *to) {
1506 *to = mid;
1522 *to = right - 1;
1526 printf(" >> to:(%d)\n", *to);
1936 NJ_UINT16 from, to, i;
2020 &to, &forward_flag);
2030 psrhCache->storebuff[abIdx].bottom = to;
2045 nj_strcpy(char_tmp, pCharset->to[l]);
2048 char_tmp, tmp_len, &from, &to, &forward_flag);
2063 psrhCache->storebuff[abIdx].bottom = to;
2126 &from, &to, &forward_flag);
2141 psrhCache->storebuff[abIdx].bottom = to;
2159 tmp_len = nj_strlen(pCharset->to[l]);
2161 nj_strncpy(pchar_tmp, pCharset->to[l], tmp_len);
2168 &from, &to, &forward_flag);
2183 psrhCache->storebuff[abIdx].bottom = to;
2310 NJ_UINT16 *from, NJ_UINT16 *to,
2402 *to = mid;
2420 *to = right - 1;
2424 printf(" >> to:(%d)\n", *to);