Searched refs:RkwCvtHira (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/methods/canna/canna/
H A DRK.h195 canna_export int RkwCvtHira(WCHAR_T *, int, WCHAR_T *, int);
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dbun.c728 st->klen = RkwCvtHira((WCHAR_T *)0, 0, yomi, st->ylen);
930 i = RkwCvtHira(dst, maxdst, yomi, ylen); break;
H A Dkana.c996 int RkwCvtHira (WCHAR_T *, int, WCHAR_T *, int);
999 RkwCvtHira(WCHAR_T *dst, int maxdst, WCHAR_T *src, int srclen)
H A Dnword.c318 case 1: return RkwCvtHira(dst, maxdst, src, maxsrc);
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Djishu.c243 revlen = RkwCvtHira(s, (int)(e - s), xxxx, len);
H A DRKkana.c737 RkwCvtHira(WCHAR_T *dst, int maxdst, WCHAR_T *src, int srclen) function
H A Dcanna.h883 int RkwCvtHira(WCHAR_T *dst, int maxdst, WCHAR_T *src, int srclen);
H A Dromaji.c1355 tempm = RkwCvtHira(sub_buf, 1024, subp, sm);
1621 len = RkwCvtHira(nextbufp, KANAYOMIINSERT_BUFLEN, bufp, len);
4094 func2 = (int (*)(...))RkwCvtHira;

Completed in 65 milliseconds