Home
last modified time | relevance | path

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

/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Dcharset.c74 CharsetConvFn charset_conv_fn_table[] = { variable
545 gint i, num = sizeof (charset_conv_fn_table) / sizeof (CharsetConvFn); in charset_conv()
549 ret = charset_conv_fn_table[i] (src, src_codeset, dest_codeset); in charset_conv()