IDZEBRA  2.2.7
Functions
tstcharmap.c File Reference
#include <charmap.h>
#include <yaz/test.h>
#include <stdlib.h>
#include <string.h>

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)
 

Function Documentation

◆ get_srcdir()

const char* get_srcdir ( void  )

Definition at line 29 of file tstcharmap.c.

Referenced by tst2(), tst3(), tst_latin1(), and tst_utf8().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 98 of file tstcharmap.c.

References tst2(), tst3(), tst_latin1(), and tst_utf8().

◆ tst2()

void tst2 ( void  )

Definition at line 78 of file tstcharmap.c.

References chrmaptab_create(), chrmaptab_destroy(), and get_srcdir().

Referenced by main().

◆ tst3()

void tst3 ( void  )

Definition at line 88 of file tstcharmap.c.

References chrmaptab_create(), chrmaptab_destroy(), and get_srcdir().

Referenced by main().

◆ tst_latin1()

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().

◆ tst_string()

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().

◆ 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().