Home
last modified time | relevance | path

Searched refs:codepage_str (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/win32/
H A Dwin32.c136 char codepage_str[10]; in mlt_properties_from_utf8() local
137 snprintf( codepage_str, sizeof(codepage_str), "CP%u", codepage ); in mlt_properties_from_utf8()
138 codepage_str[sizeof(codepage_str) - 1] = '\0'; in mlt_properties_from_utf8()
139 result = iconv_from_utf8( properties, prop_name, prop_name_out, codepage_str ); in mlt_properties_from_utf8()
157 char codepage_str[10]; in mlt_properties_to_utf8() local
158 snprintf( codepage_str, sizeof(codepage_str), "CP%u", codepage ); in mlt_properties_to_utf8()
159 codepage_str[sizeof(codepage_str) - 1] = '\0'; in mlt_properties_to_utf8()
160 result = iconv_to_utf8( properties, prop_name, prop_name_out, codepage_str ); in mlt_properties_to_utf8()
/dports/multimedia/mlt6/mlt-6.26.1/src/win32/
H A Dwin32.c136 char codepage_str[10]; in mlt_properties_from_utf8() local
137 snprintf( codepage_str, sizeof(codepage_str), "CP%u", codepage ); in mlt_properties_from_utf8()
138 codepage_str[sizeof(codepage_str) - 1] = '\0'; in mlt_properties_from_utf8()
139 result = iconv_from_utf8( properties, prop_name, prop_name_out, codepage_str ); in mlt_properties_from_utf8()
157 char codepage_str[10]; in mlt_properties_to_utf8() local
158 snprintf( codepage_str, sizeof(codepage_str), "CP%u", codepage ); in mlt_properties_to_utf8()
159 codepage_str[sizeof(codepage_str) - 1] = '\0'; in mlt_properties_to_utf8()
160 result = iconv_to_utf8( properties, prop_name, prop_name_out, codepage_str ); in mlt_properties_to_utf8()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/win32/
H A Dwin32.c136 char codepage_str[10]; in mlt_properties_from_utf8() local
137 snprintf( codepage_str, sizeof(codepage_str), "CP%u", codepage ); in mlt_properties_from_utf8()
138 codepage_str[sizeof(codepage_str) - 1] = '\0'; in mlt_properties_from_utf8()
139 result = iconv_from_utf8( properties, prop_name, prop_name_out, codepage_str ); in mlt_properties_from_utf8()
157 char codepage_str[10]; in mlt_properties_to_utf8() local
158 snprintf( codepage_str, sizeof(codepage_str), "CP%u", codepage ); in mlt_properties_to_utf8()
159 codepage_str[sizeof(codepage_str) - 1] = '\0'; in mlt_properties_to_utf8()
160 result = iconv_to_utf8( properties, prop_name, prop_name_out, codepage_str ); in mlt_properties_to_utf8()
/dports/multimedia/mlt7/mlt-7.0.1/src/win32/
H A Dwin32.c136 char codepage_str[10]; in mlt_properties_from_utf8() local
137 snprintf( codepage_str, sizeof(codepage_str), "CP%u", codepage ); in mlt_properties_from_utf8()
138 codepage_str[sizeof(codepage_str) - 1] = '\0'; in mlt_properties_from_utf8()
139 result = iconv_from_utf8( properties, prop_name, prop_name_out, codepage_str ); in mlt_properties_from_utf8()
157 char codepage_str[10]; in mlt_properties_to_utf8() local
158 snprintf( codepage_str, sizeof(codepage_str), "CP%u", codepage ); in mlt_properties_to_utf8()
159 codepage_str[sizeof(codepage_str) - 1] = '\0'; in mlt_properties_to_utf8()
160 result = iconv_to_utf8( properties, prop_name, prop_name_out, codepage_str ); in mlt_properties_to_utf8()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/win32/
H A Dwin32.c136 char codepage_str[10]; in mlt_properties_from_utf8() local
137 snprintf( codepage_str, sizeof(codepage_str), "CP%u", codepage ); in mlt_properties_from_utf8()
138 codepage_str[sizeof(codepage_str) - 1] = '\0'; in mlt_properties_from_utf8()
139 result = iconv_from_utf8( properties, prop_name, prop_name_out, codepage_str ); in mlt_properties_from_utf8()
157 char codepage_str[10]; in mlt_properties_to_utf8() local
158 snprintf( codepage_str, sizeof(codepage_str), "CP%u", codepage ); in mlt_properties_to_utf8()
159 codepage_str[sizeof(codepage_str) - 1] = '\0'; in mlt_properties_to_utf8()
160 result = iconv_to_utf8( properties, prop_name, prop_name_out, codepage_str ); in mlt_properties_to_utf8()
/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-msole-utils.c2378 gchar *codepage_str; in gsf_msole_iconv_open_codepage_for_import() local
2384 codepage_str = cp->data; in gsf_msole_iconv_open_codepage_for_import()
2386 iconv_handle = g_iconv_open (to, codepage_str); in gsf_msole_iconv_open_codepage_for_import()
2387 g_free (codepage_str); in gsf_msole_iconv_open_codepage_for_import()
2428 gchar *codepage_str; in gsf_msole_iconv_open_codepages_for_export() local
2434 codepage_str = cp->data; in gsf_msole_iconv_open_codepages_for_export()
2436 iconv_handle = g_iconv_open (codepage_str, from); in gsf_msole_iconv_open_codepages_for_export()
2437 g_free (codepage_str); in gsf_msole_iconv_open_codepages_for_export()