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

/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dbun.c321 RkwSubstYomi(int cx_num, int ys, int ye, WCHAR_T *yomi, int newLen) argument
336 (newLen < 0)) {
340 return _RkSubstYomi(cx, ys, ye, yomi, newLen);
H A Dnword.c1753 _RkSubstYomi(struct RkContext *cx, int ys, int ye, WCHAR_T *yomi, int newLen) argument
1767 yf = ys + newLen;
1774 new_size = st->nyomi + (newLen - (ye - ys));
1802 usncopy(be + ys, yomi, newLen);
H A DRKintern.h1170 int _RkSubstYomi(struct RkContext *cx, int ys, int ye, WCHAR_T *yomi, int newLen);

Completed in 51 milliseconds