Searched defs:to_utf (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/locale/ |
D | encoding.hpp | 52 …std::basic_string<CharType> to_utf(char const *begin,char const *end,std::locale const &loc,method… in to_utf() function 73 …std::basic_string<CharType> to_utf(std::string const &text,std::string const &charset,method_type … in to_utf() function 91 …std::basic_string<CharType> to_utf(char const *text,std::string const &charset,method_type how=def… in to_utf() function 117 …std::basic_string<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=… in to_utf() function 139 …std::basic_string<CharType> to_utf(char const *text,std::locale const &loc,method_type how=default… in to_utf() function
|
/third_party/boost/libs/locale/src/encoding/ |
D | codepage.cpp | 142 …std::basic_string<char> to_utf(char const *begin,char const *end,std::string const &charset,method… in to_utf() function 154 …std::basic_string<wchar_t> to_utf(char const *begin,char const *end,std::string const &charset,met… in to_utf() function 167 …std::basic_string<char16_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function 181 …std::basic_string<char32_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function
|