Searched refs:rdic (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A DRKroma.c50 static int findRoma(struct RkRxDic *rdic, struct rstat *m, unsigned char c, int n, int flg);
51 static unsigned char *getKana(struct RkRxDic *rdic, int p, int flags);
52 static unsigned char *getTSU(struct RkRxDic *rdic, int flags);
53 static unsigned char *getTemp(struct RkRxDic *rdic, int p);
75 struct RkRxDic *rdic; local
80 rdic = (struct RkRxDic *)malloc(sizeof(struct RkRxDic));
81 if (rdic) {
91 free(rdic);
99 free(rdic);
103 rdic
226 RkwCloseRoma(struct RkRxDic *rdic) argument
243 RkCloseRoma(struct RkRxDic *rdic) argument
259 findRoma(struct RkRxDic *rdic, struct rstat *m, unsigned char c, int n, int flg) argument
278 getKana(struct RkRxDic *rdic, int p, int flags) argument
310 getRoma(struct RkRxDic *rdic, int p) argument
318 getTSU(struct RkRxDic *rdic, int flags) argument
332 RkMapRoma(struct RkRxDic *rdic, unsigned char *dst, int maxdst, unsigned char *src, int maxsrc, int flags, int *status) argument
426 getrawKana(struct RkRxDic *rdic, int p) argument
439 getTemp(struct RkRxDic *rdic, int p) argument
459 RkMapPhonogram(struct RkRxDic *rdic, unsigned char *dst, int maxdst, unsigned char *src, int srclen, unsigned key, int flags, int *used_len_return, int *dst_len_return, int *tmp_len_return, int *rule_id_inout) argument
653 RkCvtRoma(struct RkRxDic *rdic, unsigned char *dst, int maxdst, unsigned char *src, int maxsrc, unsigned flags) argument
[all...]
H A Dcanna.h649 extern void RkwCloseRoma(struct RkRxDic *rdic);
894 void RkwCloseRoma(struct RkRxDic *rdic);
896 void RkCloseRoma(struct RkRxDic *rdic);
897 int RkMapRoma(struct RkRxDic *rdic, unsigned char *dst, int maxdst, unsigned char *src, int maxsrc, int flags, int *status);
898 int RkMapPhonogram(struct RkRxDic *rdic, unsigned char *dst, int maxdst, unsigned char *src, int srclen, unsigned key, int flags, int *used_len_return, int *dst_len_return, int *tmp_len_return, int *rule_id_inout);
899 int RkCvtRoma(struct RkRxDic *rdic, unsigned char *dst, int maxdst, unsigned char *src, int maxsrc, unsigned flags);
H A Dromaji.c373 char rdic[1024]; local
389 rdic[0] = '\0';
391 sprintf(rdic, "%sdic/user/%s/%s", uinfo->topdir, uinfo->uname, table);
392 retval = RkwOpenRoma(rdic);
396 sprintf(rdic, "%s/%s", p, table);
397 retval = RkwOpenRoma(rdic);
404 printf("���������������������������������������������������� \"%s\" ������������������������\n", rdic);
412 rdic[0] = '\0';
414 strcpy(rdic, uinfo->topdir);
417 strcpy(rdic, basepat
[all...]

Completed in 92 milliseconds