#include <config.h>#include "im_methods.h"#include "core.h"#include "unicode.h"#include "unihan_xaux.h"#include "tc_sc.h"#include "ui.h"#include "phrase.h"#include "log.h"#include <string.h>#include <stdio.h>#include <stdarg.h>Functions | |
| int | commit_string (UnihanIM *uim, char *string) |
| int | match_phrase (UnihanIM *uim, char *string) |
| int | lookup_start (UnihanIM *uim, UnihanLookupStart *lustart) |
| int | lookup_draw (UnihanIM *uim, UnihanLookupDraw *ludraw) |
| int | lookup_done (UnihanIM *uim) |
| IMFeedbackList * | feedback_new (iml_session_t *s, int count) |
Variables | |
| UnihanMethods | unihan_methods_table |
| int commit_string | ( | UnihanIM * | uim, | |
| char * | string | |||
| ) |
| IMFeedbackList* feedback_new | ( | iml_session_t * | s, | |
| int | count | |||
| ) |
| int lookup_done | ( | UnihanIM * | uim | ) |
| int lookup_draw | ( | UnihanIM * | uim, | |
| UnihanLookupDraw * | ludraw | |||
| ) |
| int lookup_start | ( | UnihanIM * | uim, | |
| UnihanLookupStart * | lustart | |||
| ) |
| int match_phrase | ( | UnihanIM * | uim, | |
| char * | string | |||
| ) |
1.5.2