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

/haiku-fatelf/src/add-ons/input_server/methods/canna/canna/
H A DRK.h197 canna_export int RkwCvtHan(WCHAR_T *, int, WCHAR_T *, int);
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dbun.c734 st->klen = RkwCvtHan((WCHAR_T *)0, 0, yomi, st->ylen);
934 i = RkwCvtHan(dst, maxdst, yomi, ylen); break;
H A Dkana.c960 int RkwCvtHan (WCHAR_T *, int, WCHAR_T *, int);
963 RkwCvtHan(WCHAR_T *dst, int maxdst, WCHAR_T *src, int srclen)
H A Dnword.c304 case 2: return RkwCvtHan(dst, maxdst, src, maxsrc);
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Djishu.c238 revlen = RkwCvtHan(s, (int)(e - s), xxxx, len);
H A DRKkana.c702 RkwCvtHan(WCHAR_T *dst, int maxdst, WCHAR_T *src, int srclen) function
H A Dcanna.h882 int RkwCvtHan(WCHAR_T *dst, int maxdst, WCHAR_T *src, int srclen);
H A Dromaji.c1370 tempm = RkwCvtHan(otherp, 1024, subp, sm);
4089 func2 = (int (*)(...))RkwCvtHan;

Completed in 76 milliseconds