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

/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dromaji.c736 ycxt->n_susp_chars = 0;
1341 if (cannaconf.abandonIllegalPhono && !henkanflag && !yc->n_susp_chars) {
1419 if (yc->n_susp_chars) {
1420 yc->n_susp_chars += t - n;
1423 yc->n_susp_chars = SUSPCHARBIAS + t - n;
1431 (yc->n_susp_chars ? yc->n_susp_chars - SUSPCHARBIAS : 0);
1436 !henkanflag && !yc->n_susp_chars) {
1453 yc->n_susp_chars = /* t ? SUSPCHARBIAS + t : (t ������������ 0)*/ 0;
2005 yc->n_susp_chars
[all...]
H A Dcanna.h298 int n_susp_chars; member in struct:_yomiContextRec

Completed in 49 milliseconds