PostgreSQL Source Code
git master
|
Go to the source code of this file.
Variables | |
PG_MODULE_MAGIC | |
static const unsigned char | win1250_2_iso88592 [] |
static const unsigned char | iso88592_2_win1250 [] |
Datum latin2_to_mic | ( | PG_FUNCTION_ARGS | ) |
Definition at line 83 of file latin2_and_win1250.c.
References CHECK_ENCODING_CONVERSION_ARGS, generate_unaccent_rules::dest, latin2mic(), LC_ISO8859_2, len, PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_LATIN2, PG_MULE_INTERNAL, and PG_RETURN_INT32.
Datum latin2_to_win1250 | ( | PG_FUNCTION_ARGS | ) |
Definition at line 149 of file latin2_and_win1250.c.
References CHECK_ENCODING_CONVERSION_ARGS, generate_unaccent_rules::dest, iso88592_2_win1250, len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_LATIN2, PG_RETURN_INT32, and PG_WIN1250.
Datum mic_to_latin2 | ( | PG_FUNCTION_ARGS | ) |
Definition at line 99 of file latin2_and_win1250.c.
References CHECK_ENCODING_CONVERSION_ARGS, generate_unaccent_rules::dest, LC_ISO8859_2, len, mic2latin(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_LATIN2, PG_MULE_INTERNAL, and PG_RETURN_INT32.
Datum mic_to_win1250 | ( | PG_FUNCTION_ARGS | ) |
Definition at line 132 of file latin2_and_win1250.c.
References CHECK_ENCODING_CONVERSION_ARGS, generate_unaccent_rules::dest, iso88592_2_win1250, LC_ISO8859_2, len, mic2latin_with_table(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_MULE_INTERNAL, PG_RETURN_INT32, and PG_WIN1250.
PG_FUNCTION_INFO_V1 | ( | latin2_to_mic | ) |
PG_FUNCTION_INFO_V1 | ( | latin2_to_win1250 | ) |
PG_FUNCTION_INFO_V1 | ( | mic_to_latin2 | ) |
PG_FUNCTION_INFO_V1 | ( | mic_to_win1250 | ) |
PG_FUNCTION_INFO_V1 | ( | win1250_to_latin2 | ) |
PG_FUNCTION_INFO_V1 | ( | win1250_to_mic | ) |
Datum win1250_to_latin2 | ( | PG_FUNCTION_ARGS | ) |
Definition at line 166 of file latin2_and_win1250.c.
References CHECK_ENCODING_CONVERSION_ARGS, generate_unaccent_rules::dest, len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_LATIN2, PG_RETURN_INT32, PG_WIN1250, and win1250_2_iso88592.
Datum win1250_to_mic | ( | PG_FUNCTION_ARGS | ) |
Definition at line 115 of file latin2_and_win1250.c.
References CHECK_ENCODING_CONVERSION_ARGS, generate_unaccent_rules::dest, latin2mic_with_table(), LC_ISO8859_2, len, PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_MULE_INTERNAL, PG_RETURN_INT32, PG_WIN1250, and win1250_2_iso88592.
|
static |
Definition at line 62 of file latin2_and_win1250.c.
Referenced by latin2_to_win1250(), and mic_to_win1250().
PG_MODULE_MAGIC |
Definition at line 18 of file latin2_and_win1250.c.
|
static |
Definition at line 42 of file latin2_and_win1250.c.
Referenced by win1250_to_latin2(), and win1250_to_mic().