mbgtools-lx
4.2.8
|
Go to the source code of this file.
Macros | |
#define | _CTRY |
Functions | |
int | lstr_idx (CLSTR s, int lng) |
int | lstr_array_idx (CLSTR s, int idx, int n_lng, int lng) |
const char * | lstr_lng (CLSTR s, int lng) |
void | ctry_setup (CTRY_CODE code) |
void | ctry_next (void) |
const char * | clstr_lng (int index,...) |
void ctry_next | ( | void | ) |
Definition at line 132 of file ctry.c.
References CTRY::code, ctry, CTRY_GERMANY, ctry_setup(), CTRY_UK, and CTRY_US.
void ctry_setup | ( | CTRY_CODE | code | ) |
Definition at line 92 of file ctry.c.
References CTRY::code, ctry, CTRY_GERMANY, CTRY_UK, CTRY_US, CTRY::dt_fmt, DT_FMT_DDMMYYYY, DT_FMT_MMDDYYYY, CTRY::dt_sep, DT_SEP_DOT, DT_SEP_MINUS, DT_SEP_SLASH, language, LNG_ENGLISH, LNG_GERMAN, CTRY::tm_fmt, TM_FMT_24H, CTRY::tm_sep, and TM_SEP_COLON.
Referenced by ctry_next(), and main().
int lstr_array_idx | ( | CLSTR | s, |
int | idx, | ||
int | n_lng, | ||
int | lng | ||
) |
Definition at line 73 of file ctry.c.
References mbg_database::idx, and lstr_idx().
int lstr_idx | ( | CLSTR | s, |
int | lng | ||
) |
Definition at line 51 of file ctry.c.
References N_LNG.
Referenced by lstr_array_idx(), and lstr_lng().
const char* lstr_lng | ( | CLSTR | s, |
int | lng | ||
) |
Definition at line 83 of file ctry.c.
References lstr_idx().