Home
last modified time | relevance | path

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

/third_party/boost/boost/locale/
Dutil.hpp188 …BOOST_LOCALE_DECL std::auto_ptr<base_converter> create_simple_converter(std::string const &encodin…
/third_party/boost/libs/locale/test/
Dtest_codepage_converter.cpp267 cvt = create_simple_converter("windows-1255"); in main()
/third_party/boost/libs/locale/src/util/
Dcodecvt_converter.cpp278 std::auto_ptr<base_converter> create_simple_converter(std::string const &encoding) in create_simple_converter() function