Searched refs:getKanji (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dbun.c917 getKanji(struct RkContext *cx, int cnum, WCHAR_T *dst, int maxdst) function
962 i = getKanji(cx, (int)bun->nb_curcand, dst, maxdst);
986 len = getKanji(cx, i, dst + ind, maxdst - ind - 1);
988 len = getKanji(cx, i, dst, maxdst - ind - 1);
H A Dnword.c972 /* getKanji
1014 getKanji(struct nword *w, WCHAR_T *key, WCHAR_T *d, unsigned long mode) function
1072 hno = getKanji(p, key, (WCHAR_T *)&heap[hp + 1], mode)&15;

Completed in 47 milliseconds