Home
last modified time | relevance | path

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

/third_party/boost/libs/locale/src/encoding/
Dcodepage.cpp40 char const *from_charset, in convert_between() argument
46 if(cvt->open(to_charset,from_charset,how)) in convert_between()
51 if(cvt->open(to_charset,from_charset,how)) in convert_between()
56 if(cvt->open(to_charset,from_charset,how)) in convert_between()
59 throw invalid_charset_error(std::string(to_charset) + " or " + from_charset); in convert_between()
136 … std::string const &to_charset,std::string const &from_charset,method_type how) in between() argument
138 return convert_between(begin,end,to_charset.c_str(),from_charset.c_str(),how); in between()
Duconv_codepage.ipp117 virtual bool open(char const *to_charset,char const *from_charset,method_type how)
121 …cvt_from_.reset(new from_type(from_charset,how == skip ? impl_icu::cvt_skip : impl_icu::cvt_stop));
Dconv.hpp72 … virtual bool open(char const *to_charset,char const *from_charset,method_type how) = 0;
Diconv_codepage.ipp167 virtual bool open(char const *to_charset,char const *from_charset,method_type how)
169 return self_.do_open(to_charset,from_charset,how);
Dwconv_codepage.ipp262 bool open(char const *to_charset,char const *from_charset,method_type how)
266 from_code_page_ = encoding_to_windows_codepage(from_charset);
/third_party/glib/gio/tests/
Dfilter-cat.c42 static char *from_charset = NULL; variable
53 {"from-charset", 0, 0, G_OPTION_ARG_STRING, &from_charset, "from charset", NULL},
112 if (from_charset && to_charset) in cat()
114 cconv = g_charset_converter_new (to_charset, from_charset, &error); in cat()
/third_party/glib/gio/
Dgcharsetconverter.h51 const gchar *from_charset,
Dgcharsetconverter.c207 const gchar *from_charset, in g_charset_converter_new() argument
215 "from-charset", from_charset, in g_charset_converter_new()