LibreOffice Module i18npool (master) 1
Functions
genconv_dict.cxx File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <sal/main.h>
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <vector>
Include dependency graph for genconv_dict.cxx:

Go to the source code of this file.

Functions

static void make_hhc_char (FILE *sfp, FILE *cfp)
 
static void make_stc_char (FILE *sfp, FILE *cfp)
 
static void make_stc_word (FILE *sfp, FILE *cfp)
 
 SAL_IMPLEMENT_MAIN_WITH_ARGS (argc, argv)
 
static int Index_comp (const void *s1, const void *s2)
 

Function Documentation

◆ Index_comp()

static int Index_comp ( const void *  s1,
const void *  s2 
)
static

Definition at line 333 of file genconv_dict.cxx.

References i, and result.

Referenced by make_stc_word().

◆ make_hhc_char()

void make_hhc_char ( FILE *  sfp,
FILE *  cfp 
)
static

Definition at line 84 of file genconv_dict.cxx.

References count, and i.

Referenced by SAL_IMPLEMENT_MAIN_WITH_ARGS().

◆ make_stc_char()

void make_stc_char ( FILE *  sfp,
FILE *  cfp 
)
static

Definition at line 173 of file genconv_dict.cxx.

References i.

Referenced by SAL_IMPLEMENT_MAIN_WITH_ARGS().

◆ make_stc_word()

void make_stc_word ( FILE *  sfp,
FILE *  cfp 
)
static

Definition at line 344 of file genconv_dict.cxx.

References count, i, Index_comp(), length, and line.

Referenced by SAL_IMPLEMENT_MAIN_WITH_ARGS().

◆ SAL_IMPLEMENT_MAIN_WITH_ARGS()

SAL_IMPLEMENT_MAIN_WITH_ARGS ( argc  ,
argv   
)

Definition at line 37 of file genconv_dict.cxx.

References FILE, make_hhc_char(), make_stc_char(), and make_stc_word().