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

/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dhenkan.c1909 #define RENGOBUFSIZE 256 macro
1915 RkLex lex[2][RENGOBUFSIZE];
1916 WCHAR_T yomi[2][RENGOBUFSIZE];
1917 WCHAR_T kanji[2][RENGOBUFSIZE];
1926 nword[0] = RkwGetLex(hc->context, lex[0], RENGOBUFSIZE);
1938 nword[previous] = RkwGetLex(hc->context, lex[previous], RENGOBUFSIZE);
1943 nword[current] = RkwGetLex(hc->context, lex[current], RENGOBUFSIZE);
1951 RkwGetYomi(hc->context, yomi[previous], RENGOBUFSIZE);
1952 RkwGetKanji(hc->context, kanji[previous], RENGOBUFSIZE);
1955 RkwGetYomi(hc->context, yomi[current], RENGOBUFSIZE);
[all...]

Completed in 84 milliseconds