Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-syntax-window.c543 struct substring text_locale;
558 text_locale = recode_substring_pool (se->encoding, "UTF-8", ss_cstr (text),
561 result = g_file_set_contents (suffixedname, ss_data (text_locale),
562 ss_length (text_locale), err);
564 ss_dealloc (&text_locale);
1013 gchar *text_locale = NULL;
1022 if (! g_file_get_contents (filename, &text_locale, &len_locale, &err))
1037 text_locale,
1049 ss_buffer (text_locale, len_locale),
1051 free (text_locale);
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/win32/nsis/
H A Dcreate_nsis_translations.pl330 my $text_locale = $result{"$lang"};
336 foreach my $keyLocale (keys(%$text_locale)) {
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/win32/nsis/
H A Dcreate_nsis_translations.pl330 my $text_locale = $result{"$lang"};
336 foreach my $keyLocale (keys(%$text_locale)) {
/dports/net-im/finch/pidgin-2.14.8/pidgin/win32/nsis/
H A Dcreate_nsis_translations.pl330 my $text_locale = $result{"$lang"};
336 foreach my $keyLocale (keys(%$text_locale)) {
/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Dgimv_prefs_ui_utils.c354 gchar **text, *text_locale, *tmpstr; in cb_dirprefs_editlist_updated() local
368 text_locale = charset_internal_to_locale (text[0]); in cb_dirprefs_editlist_updated()
369 string = g_strconcat (tmpstr, text_locale, NULL); in cb_dirprefs_editlist_updated()
370 g_free (text_locale); in cb_dirprefs_editlist_updated()
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dscreen.c1493 char *text_locale; in scr_write_in_window() local
1527 text_locale = from_utf8(text); in scr_write_in_window()
1537 hbuf_add_line(&win_entry->bd->hbuf, text_locale, timestamp, prefix_flags, in scr_write_in_window()
1539 g_free(text_locale); in scr_write_in_window()