|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Variables | |
| static const unsigned char | win1250_2_iso88592 [] |
| static const unsigned char | iso88592_2_win1250 [] |
| Datum latin2_to_mic | ( | PG_FUNCTION_ARGS | ) |
Definition at line 86 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 152 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 102 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 135 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 | ) |
| PG_MODULE_MAGIC_EXT | ( | . | name = "latin2_and_win1250", |
| . | version = PG_VERSION |
||
| ) |
| Datum win1250_to_latin2 | ( | PG_FUNCTION_ARGS | ) |
Definition at line 169 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 118 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 65 of file latin2_and_win1250.c.
Referenced by latin2_to_win1250(), and mic_to_win1250().
|
static |
Definition at line 45 of file latin2_and_win1250.c.
Referenced by win1250_to_latin2(), and win1250_to_mic().