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

/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dromaji.c502 if (extrafunc1->u.modeptr->romaji_table) {
505 (char *)extrafunc1->u.modeptr->romaji_table)) {
511 (char *)extrafunc1->u.modeptr->romaji_table)) {
519 extrafunc2->u.modeptr->romaji_table) {
520 if (!strcmp((char *)extrafunc1->u.modeptr->romaji_table,
521 (char *)extrafunc2->u.modeptr->romaji_table)) {
530 OpenRoma(extrafunc1->u.modeptr->romaji_table);
628 if (extrafunc1->u.modeptr->romaji_table) {
631 (char *)extrafunc1->u.modeptr->romaji_table)) {
638 (char *)extrafunc1->u.modeptr->romaji_table)) {
[all...]
H A Dkctrl.c669 if (p->u.modeptr->romaji_table) {
670 free(p->u.modeptr->romaji_table);
H A Dcanna.h740 char *romaji_table; /* ����������������������������������������������������(EUC) */ member in struct:__anon1318
H A Dlisp.c3389 extrafunc->u.modeptr->romaji_table = (char *)0;
3431 extrafunc->u.modeptr->romaji_table = newstr;

Completed in 157 milliseconds