LibreOffice Module i18npool (master) 1
|
#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>
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) |
|
static |
Definition at line 333 of file genconv_dict.cxx.
Referenced by make_stc_word().
|
static |
Definition at line 84 of file genconv_dict.cxx.
Referenced by SAL_IMPLEMENT_MAIN_WITH_ARGS().
|
static |
Definition at line 173 of file genconv_dict.cxx.
References i.
Referenced by SAL_IMPLEMENT_MAIN_WITH_ARGS().
|
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 | ( | argc | , |
argv | |||
) |
Definition at line 37 of file genconv_dict.cxx.
References FILE, make_hhc_char(), make_stc_char(), and make_stc_word().