Searched refs:create_simple_converter_unique_ptr (Results 1 – 3 of 3) sorted by relevance
219 …BOOST_LOCALE_DECL std::unique_ptr<base_converter> create_simple_converter_unique_ptr(std::string c…
265 cvt = std::move(create_simple_converter_unique_ptr("windows-1255")); in main()
294 std::unique_ptr<base_converter> create_simple_converter_unique_ptr(std::string const &encoding) in create_simple_converter_unique_ptr() function