|
IDZEBRA 2.2.8
|
Go to the source code of this file.
Functions | |
| const char * | get_srcdir (void) |
| void | tst_string (chrmaptab tab, const char *input, int value) |
| void | tst_latin1 (void) |
| void | tst_utf8 (void) |
| void | tst2 (void) |
| void | tst3 (void) |
| int | main (int argc, char **argv) |
| const char * get_srcdir | ( | void | ) |
Definition at line 29 of file tstcharmap.c.
Referenced by tst2(), tst3(), tst_latin1(), and tst_utf8().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 98 of file tstcharmap.c.
References tst2(), tst3(), tst_latin1(), and tst_utf8().
| void tst2 | ( | void | ) |
Definition at line 78 of file tstcharmap.c.
References chrmaptab_create(), chrmaptab_destroy(), and get_srcdir().
Referenced by main().
| void tst3 | ( | void | ) |
Definition at line 88 of file tstcharmap.c.
References chrmaptab_create(), chrmaptab_destroy(), and get_srcdir().
Referenced by main().
| void tst_latin1 | ( | void | ) |
Definition at line 52 of file tstcharmap.c.
References chrmaptab_create(), chrmaptab_destroy(), get_srcdir(), and tst_string().
Referenced by main().
| void tst_string | ( | chrmaptab | tab, |
| const char * | input, | ||
| int | value | ||
| ) |
Definition at line 38 of file tstcharmap.c.
References chr_map_input_x().
Referenced by tst_latin1(), and tst_utf8().
| void tst_utf8 | ( | void | ) |
Definition at line 65 of file tstcharmap.c.
References chrmaptab_create(), chrmaptab_destroy(), get_srcdir(), and tst_string().
Referenced by main().