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

/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dbun.c84 s->nyomi = (unsigned)0;
142 dst->nyomi = src->nyomi;
228 cx->store->nyomi = n;
307 store->nyomi -= c;
308 usncopy(store->yomi, store->yomi + c, (unsigned)store->nyomi);
335 !(0 <= ys && ys <= ye && ye <= (int)(store->nyomi - bun->nb_yoff)) ||
380 if (0 < len && (unsigned)(bun->nb_yoff + len) <= store->nyomi) {
412 if (store->nyomi > (unsigned)(bun->nb_yoff + bun->nb_curlen) &&
465 nmax = store->nyomi
875 int nyomi; local
[all...]
H A Dnword.c1369 L2 = st->nyomi - yy;
1409 if (flush && (unsigned)yy + w->nw_ylen == cx->store->nyomi) {
1620 if (positiveRev(p->data, (Wrec *)(st->yomi + yy), st->nyomi - yy)) {
1626 if (i > st->nyomi - yy)
1664 ye = st->nyomi - bun->nb_yoff;
1666 uyomi = st->nyomi - st->bunq[st->maxbun].nb_yoff;
1738 if (0 != (st->nyomi - st->bunq[st->maxbun].nb_yoff))
1740 st->nyomi, st->bunq[st->maxbun].nb_yoff, 0);
1774 new_size = st->nyomi + (newLen - (ye - ys));
1791 count = (st->nyomi
[all...]
H A DRKintern.h796 unsigned nyomi; /* number of yomigana chars */

Completed in 185 milliseconds