Searched refs:from_charset (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/locale/src/encoding/ |
D | codepage.cpp | 40 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()
|
D | uconv_codepage.ipp | 117 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));
|
D | conv.hpp | 72 … virtual bool open(char const *to_charset,char const *from_charset,method_type how) = 0;
|
D | iconv_codepage.ipp | 167 virtual bool open(char const *to_charset,char const *from_charset,method_type how) 169 return self_.do_open(to_charset,from_charset,how);
|
D | wconv_codepage.ipp | 262 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/ |
D | filter-cat.c | 42 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/ |
D | gcharsetconverter.h | 51 const gchar *from_charset,
|
D | gcharsetconverter.c | 207 const gchar *from_charset, in g_charset_converter_new() argument 215 "from-charset", from_charset, in g_charset_converter_new()
|