migemo_d.romaji

Undocumented in source.

Members

Aliases

ROMAJI_PROC_CHAR2INT
alias ROMAJI_PROC_CHAR2INT = .romaji_proc_char2int
Undocumented in source.
romaji
alias romaji = ._romaji
Undocumented in source.
romaji_proc_char2int
alias romaji_proc_char2int = int function(const(char)*, uint*)
Undocumented in source.
romanode
alias romanode = ._romanode
Undocumented in source.

Functions

romaji_add_table
int romaji_add_table(.romaji* object, const(char)* key, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
romaji_close
void romaji_close(.romaji* object)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
romaji_convert
char* romaji_convert(.romaji* object, const(char)* string_, char** ppstop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
romaji_convert2
char* romaji_convert2(.romaji* object, const(char)* string_, char** ppstop, int ignorecase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
romaji_load
int romaji_load(.romaji* object, const(char)* filename)

ローマ字辞書を読み込む。

romaji_load_stub
int romaji_load_stub(.romaji* object, core.stdc.stdio.FILE* fp)
Undocumented in source.
romaji_open
.romaji* romaji_open()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
romaji_release
void romaji_release(.romaji* object, char* string_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
romaji_set_verbose
void romaji_set_verbose(.romaji* object, int level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
romaji_setproc_char2int
void romaji_setproc_char2int(.romaji* object, .ROMAJI_PROC_CHAR2INT proc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
romanode_delete
void romanode_delete(.romanode* node)
Undocumented in source.
romanode_dig
.romanode** romanode_dig(.romanode** ref_node, const(char)* key)
Undocumented in source.
romanode_new
.romanode* romanode_new()
Undocumented in source.
romanode_print
void romanode_print(.romanode* node)
Undocumented in source.
romanode_print_stub
void romanode_print_stub(.romanode* node, char* p)
Undocumented in source.
romanode_query
.romanode* romanode_query(.romanode* node, const(char)* key, int* skip, .ROMAJI_PROC_CHAR2INT char2int)

キーに対応したromanodeを検索して返す。

strdup_lower
char* strdup_lower(const(char)* string_)
Undocumented in source.

Manifest constants

ROMAJI_FIXKEY_N
enum ROMAJI_FIXKEY_N;
Undocumented in source.
ROMAJI_FIXKEY_NONXTU
enum ROMAJI_FIXKEY_NONXTU;
Undocumented in source.
ROMAJI_FIXKEY_XN
enum ROMAJI_FIXKEY_XN;
Undocumented in source.
ROMAJI_FIXKEY_XTU
enum ROMAJI_FIXKEY_XTU;
Undocumented in source.

Structs

_romaji
struct _romaji

romaji interface

_romanode
struct _romanode
Undocumented in source.

Variables

n_romanode_delete
int n_romanode_delete;
Undocumented in source.
n_romanode_new
int n_romanode_new;
Undocumented in source.

Meta