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

/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dcontext.c671 int dictype; member in struct:dics
684 if (a->dictype == b->dictype) {
687 else if (a->dictype == DF_FREQDIC) {
690 else if (b->dictype == DF_FREQDIC) {
693 else if (a->dictype == DF_PERMDIC) {
696 else if (b->dictype == DF_PERMDIC) {
741 dicp->dictype = df->df_type;
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dhenkan.c213 if (stp->dictype == DIC_GRAMMAR) {
230 if (stp->dictype != DIC_GRAMMAR) {
232 if (stp->dictype == DIC_BUSHU) {
266 if (stp->dictype == DIC_GRAMMAR) {
282 if (stp->dictype != DIC_GRAMMAR) {
284 if (stp->dictype == DIC_PLAIN) {
288 else if (stp->dictype == DIC_USER) {
293 else if (stp->dictype == DIC_RENGO) {
299 else if (stp->dictype == DIC_KATAKANA) {
304 else if (stp->dictype
[all...]
H A Duldefine.c523 if (p->dictype == DIC_USER && p->dicflag == DIC_MOUNTED) {
542 if (p->dictype == DIC_USER && p->dicflag == DIC_MOUNTED) {
625 if (p->dictype == DIC_USER) {
H A Dlisp.c2749 int dictype; local
2758 dictype = DIC_PLAIN;
2761 dictype = DIC_USER;
2764 dictype = DIC_BUSHU;
2767 dictype = DIC_GRAMMAR;
2770 dictype = DIC_RENGO;
2773 dictype = DIC_KATAKANA;
2779 dictype = DIC_HIRAGANA;
2793 kanjidicname->dictype = dictype;
[all...]
H A Dulmount.c222 dp->dictype = DIC_PLAIN;
H A Duldelete.c275 if (p->dicflag == DIC_MOUNTED && p->dictype == DIC_USER) {
305 if (p->dicflag == DIC_MOUNTED && p->dictype == DIC_USER) {
H A Dcanna.h658 int dictype; member in struct:dicname
662 /* dictype ������������������������������������������������ */

Completed in 110 milliseconds