Home
last modified time | relevance | path

Searched refs:to_utf8 (Results 1 – 25 of 1538) sorted by relevance

12345678910>>...62

/dports/editors/poedit/poedit-1.8.4/src/
H A Dexport_html.cpp40 return str::to_utf8(out); in fmt_trans()
47 << "<td>" << str::to_utf8(col1) << "</td>" in TableRow()
48 << "<td>" << str::to_utf8(col2) << "</td>" in TableRow()
63 " <title>" << str::to_utf8(m_header.Project) << "</title>\n" in ExportToHTML()
101 …f << str::to_utf8(wxString::Format(_("Translated: %d of %d (%d %%)"), all - unfinished, all, perce… in ExportToHTML()
103 … f << str::to_utf8(L" • ") << str::to_utf8(wxString::Format(_("Remaining: %d"), unfinished)); in ExportToHTML()
115 << str::to_utf8(wxString::Format(wxPLURAL("%d entry", "%d entries", all), all)) in ExportToHTML()
141 " <th>" << str::to_utf8(thead_src) << "</th>\n"; in ExportToHTML()
144 f << " <th>" << str::to_utf8(thead_tra) << "</th>\n"; in ExportToHTML()
/dports/www/mhonarc/MHonArc-2.6.24/lib/MHonArc/
H A DUTF8.pm40 *to_utf8 = \&MHonArc::UTF8::Encode::to_utf8;
48 *to_utf8 = \&MHonArc::UTF8::MapUTF8::to_utf8;
55 *to_utf8 = \&MHonArc::UTF8::MhaEncode::to_utf8;
/dports/print/lyx/lyx-2.3.4.2/src/
H A Dfactory.cpp185 string argument = to_utf8(cmd.argument()); in createInsetHelper()
197 string argument = to_utf8(cmd.argument()); in createInsetHelper()
211 string const argument = to_utf8(cmd.argument()); in createInsetHelper()
235 istringstream ss(to_utf8(cmd.argument())); in createInsetHelper()
289 InsetCommand::string2params(to_utf8(cmd.argument()), icp); in createInsetHelper()
295 InsetCommand::string2params(to_utf8(cmd.argument()), icp); in createInsetHelper()
301 InsetCommand::string2params(to_utf8(cmd.argument()), icp); in createInsetHelper()
307 InsetERT::string2params(to_utf8(cmd.argument()))); in createInsetHelper()
329 InsetCommand::string2params(to_utf8(cmd.argument()), icp); in createInsetHelper()
382 InsetScript::string2params(to_utf8(cmd.argument()), isp); in createInsetHelper()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/test/x3/
H A Dto_utf8.cpp12 using boost::spirit::x3::to_utf8; in main()
16 BOOST_TEST_CSTR_EQ("\xEF\xBF\xA1", to_utf8(L'\uFFE1').c_str()); in main()
18 BOOST_TEST_CSTR_EQ("\xF0\x9F\xA7\x90", to_utf8(L'\U0001F9D0').c_str()); in main()
22 to_utf8(L"\U0001F9D0\U0001F9E0").c_str()); in main()
25 to_utf8(std::wstring(L"\U0001F9D0\U0001F9E0")).c_str()); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/test/x3/
H A Dto_utf8.cpp12 using boost::spirit::x3::to_utf8; in main()
16 BOOST_TEST_CSTR_EQ("\xEF\xBF\xA1", to_utf8(L'\uFFE1').c_str()); in main()
18 BOOST_TEST_CSTR_EQ("\xF0\x9F\xA7\x90", to_utf8(L'\U0001F9D0').c_str()); in main()
22 to_utf8(L"\U0001F9D0\U0001F9E0").c_str()); in main()
25 to_utf8(std::wstring(L"\U0001F9D0\U0001F9E0")).c_str()); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/test/x3/
H A Dto_utf8.cpp12 using boost::spirit::x3::to_utf8; in main()
16 BOOST_TEST_CSTR_EQ("\xEF\xBF\xA1", to_utf8(L'\uFFE1').c_str()); in main()
18 BOOST_TEST_CSTR_EQ("\xF0\x9F\xA7\x90", to_utf8(L'\U0001F9D0').c_str()); in main()
22 to_utf8(L"\U0001F9D0\U0001F9E0").c_str()); in main()
25 to_utf8(std::wstring(L"\U0001F9D0\U0001F9E0")).c_str()); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/test/x3/
H A Dto_utf8.cpp12 using boost::spirit::x3::to_utf8; in main()
16 BOOST_TEST_CSTR_EQ("\xEF\xBF\xA1", to_utf8(L'\uFFE1').c_str()); in main()
18 BOOST_TEST_CSTR_EQ("\xF0\x9F\xA7\x90", to_utf8(L'\U0001F9D0').c_str()); in main()
22 to_utf8(L"\U0001F9D0\U0001F9E0").c_str()); in main()
25 to_utf8(std::wstring(L"\U0001F9D0\U0001F9E0")).c_str()); in main()
/dports/archivers/innoextract/innoextract-1.9/src/setup/
H A Dheader.cpp690 util::to_utf8(license_text); in load()
695 util::to_utf8(info_before); in load()
700 util::to_utf8(info_after); in load()
708 util::to_utf8(app_name, codepage); in decode()
710 util::to_utf8(app_id, codepage); in decode()
711 util::to_utf8(app_copyright, codepage); in decode()
712 util::to_utf8(app_publisher, codepage); in decode()
717 util::to_utf8(app_version, codepage); in decode()
729 util::to_utf8(app_contact, codepage); in decode()
730 util::to_utf8(app_comments, codepage); in decode()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/test/qi/
H A Dto_utf8.cpp16 using boost::spirit::to_utf8; in main()
20 BOOST_TEST_CSTR_EQ("\xEF\xBF\xA1", to_utf8(L'\uFFE1').c_str()); in main()
22 BOOST_TEST_CSTR_EQ("\xF0\x9F\xA7\x90", to_utf8(L'\U0001F9D0').c_str()); in main()
26 to_utf8(L"\U0001F9D0\U0001F9E0").c_str()); in main()
29 to_utf8(std::wstring(L"\U0001F9D0\U0001F9E0")).c_str()); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/test/qi/
H A Dto_utf8.cpp16 using boost::spirit::to_utf8; in main()
20 BOOST_TEST_CSTR_EQ("\xEF\xBF\xA1", to_utf8(L'\uFFE1').c_str()); in main()
22 BOOST_TEST_CSTR_EQ("\xF0\x9F\xA7\x90", to_utf8(L'\U0001F9D0').c_str()); in main()
26 to_utf8(L"\U0001F9D0\U0001F9E0").c_str()); in main()
29 to_utf8(std::wstring(L"\U0001F9D0\U0001F9E0")).c_str()); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/test/qi/
H A Dto_utf8.cpp16 using boost::spirit::to_utf8; in main()
20 BOOST_TEST_CSTR_EQ("\xEF\xBF\xA1", to_utf8(L'\uFFE1').c_str()); in main()
22 BOOST_TEST_CSTR_EQ("\xF0\x9F\xA7\x90", to_utf8(L'\U0001F9D0').c_str()); in main()
26 to_utf8(L"\U0001F9D0\U0001F9E0").c_str()); in main()
29 to_utf8(std::wstring(L"\U0001F9D0\U0001F9E0")).c_str()); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/test/qi/
H A Dto_utf8.cpp16 using boost::spirit::to_utf8; in main()
20 BOOST_TEST_CSTR_EQ("\xEF\xBF\xA1", to_utf8(L'\uFFE1').c_str()); in main()
22 BOOST_TEST_CSTR_EQ("\xF0\x9F\xA7\x90", to_utf8(L'\U0001F9D0').c_str()); in main()
26 to_utf8(L"\U0001F9D0\U0001F9E0").c_str()); in main()
29 to_utf8(std::wstring(L"\U0001F9D0\U0001F9E0")).c_str()); in main()
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/x3/support/utility/
H A Dutf8.hpp23 inline utf8_string to_utf8(Char value) in to_utf8() function
36 inline utf8_string to_utf8(Char const* str) in to_utf8() function
51 to_utf8(std::basic_string<Char, Traits, Allocator> const& str) in to_utf8() function
68 inline utf8_string to_utf8(wchar_t value) in to_utf8() function
81 inline utf8_string to_utf8(wchar_t const* str) in to_utf8() function
98 to_utf8(std::basic_string<wchar_t, Traits, Allocator> const& str) in to_utf8() function
100 return to_utf8(str.c_str()); in to_utf8()
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/support/
H A Dutf8.hpp28 inline utf8_string to_utf8(Char value) in to_utf8() function
41 inline utf8_string to_utf8(Char const* str) in to_utf8() function
56 to_utf8(std::basic_string<Char, Traits, Allocator> const& str) in to_utf8() function
73 inline utf8_string to_utf8(wchar_t value) in to_utf8() function
86 inline utf8_string to_utf8(wchar_t const* str) in to_utf8() function
103 to_utf8(std::basic_string<wchar_t, Traits, Allocator> const& str) in to_utf8() function
105 return to_utf8(str.c_str()); in to_utf8()
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/support/
H A Dutf8.hpp28 inline utf8_string to_utf8(Char value) in to_utf8() function
41 inline utf8_string to_utf8(Char const* str) in to_utf8() function
56 to_utf8(std::basic_string<Char, Traits, Allocator> const& str) in to_utf8() function
73 inline utf8_string to_utf8(wchar_t value) in to_utf8() function
86 inline utf8_string to_utf8(wchar_t const* str) in to_utf8() function
103 to_utf8(std::basic_string<wchar_t, Traits, Allocator> const& str) in to_utf8() function
105 return to_utf8(str.c_str()); in to_utf8()
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/x3/support/utility/
H A Dutf8.hpp23 inline utf8_string to_utf8(Char value) in to_utf8() function
36 inline utf8_string to_utf8(Char const* str) in to_utf8() function
51 to_utf8(std::basic_string<Char, Traits, Allocator> const& str) in to_utf8() function
68 inline utf8_string to_utf8(wchar_t value) in to_utf8() function
81 inline utf8_string to_utf8(wchar_t const* str) in to_utf8() function
98 to_utf8(std::basic_string<wchar_t, Traits, Allocator> const& str) in to_utf8() function
100 return to_utf8(str.c_str()); in to_utf8()
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/support/
H A Dutf8.hpp28 inline utf8_string to_utf8(Char value) in to_utf8() function
41 inline utf8_string to_utf8(Char const* str) in to_utf8() function
56 to_utf8(std::basic_string<Char, Traits, Allocator> const& str) in to_utf8() function
73 inline utf8_string to_utf8(wchar_t value) in to_utf8() function
86 inline utf8_string to_utf8(wchar_t const* str) in to_utf8() function
103 to_utf8(std::basic_string<wchar_t, Traits, Allocator> const& str) in to_utf8() function
105 return to_utf8(str.c_str()); in to_utf8()
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/x3/support/utility/
H A Dutf8.hpp23 inline utf8_string to_utf8(Char value) in to_utf8() function
36 inline utf8_string to_utf8(Char const* str) in to_utf8() function
51 to_utf8(std::basic_string<Char, Traits, Allocator> const& str) in to_utf8() function
68 inline utf8_string to_utf8(wchar_t value) in to_utf8() function
81 inline utf8_string to_utf8(wchar_t const* str) in to_utf8() function
98 to_utf8(std::basic_string<wchar_t, Traits, Allocator> const& str) in to_utf8() function
100 return to_utf8(str.c_str()); in to_utf8()
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/support/
H A Dutf8.hpp28 inline utf8_string to_utf8(Char value) in to_utf8() function
41 inline utf8_string to_utf8(Char const* str) in to_utf8() function
56 to_utf8(std::basic_string<Char, Traits, Allocator> const& str) in to_utf8() function
74 inline utf8_string to_utf8(wchar_t value) in to_utf8() function
87 inline utf8_string to_utf8(wchar_t const* str) in to_utf8() function
104 to_utf8(std::basic_string<wchar_t, Traits, Allocator> const& str) in to_utf8() function
106 return to_utf8(str.c_str()); in to_utf8()
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/x3/support/utility/
H A Dutf8.hpp23 inline utf8_string to_utf8(Char value) in to_utf8() function
36 inline utf8_string to_utf8(Char const* str) in to_utf8() function
51 to_utf8(std::basic_string<Char, Traits, Allocator> const& str) in to_utf8() function
68 inline utf8_string to_utf8(wchar_t value) in to_utf8() function
81 inline utf8_string to_utf8(wchar_t const* str) in to_utf8() function
98 to_utf8(std::basic_string<wchar_t, Traits, Allocator> const& str) in to_utf8() function
100 return to_utf8(str.c_str()); in to_utf8()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/x3/support/utility/
H A Dutf8.hpp23 inline utf8_string to_utf8(Char value) in to_utf8() function
36 inline utf8_string to_utf8(Char const* str) in to_utf8() function
51 to_utf8(std::basic_string<Char, Traits, Allocator> const& str) in to_utf8() function
68 inline utf8_string to_utf8(wchar_t value) in to_utf8() function
81 inline utf8_string to_utf8(wchar_t const* str) in to_utf8() function
98 to_utf8(std::basic_string<wchar_t, Traits, Allocator> const& str) in to_utf8() function
100 return to_utf8(str.c_str()); in to_utf8()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/support/
H A Dutf8.hpp28 inline utf8_string to_utf8(Char value) in to_utf8() function
41 inline utf8_string to_utf8(Char const* str) in to_utf8() function
56 to_utf8(std::basic_string<Char, Traits, Allocator> const& str) in to_utf8() function
73 inline utf8_string to_utf8(wchar_t value) in to_utf8() function
86 inline utf8_string to_utf8(wchar_t const* str) in to_utf8() function
103 to_utf8(std::basic_string<wchar_t, Traits, Allocator> const& str) in to_utf8() function
105 return to_utf8(str.c_str()); in to_utf8()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/support/
H A Dutf8.hpp28 inline utf8_string to_utf8(Char value) in to_utf8() function
41 inline utf8_string to_utf8(Char const* str) in to_utf8() function
56 to_utf8(std::basic_string<Char, Traits, Allocator> const& str) in to_utf8() function
73 inline utf8_string to_utf8(wchar_t value) in to_utf8() function
86 inline utf8_string to_utf8(wchar_t const* str) in to_utf8() function
103 to_utf8(std::basic_string<wchar_t, Traits, Allocator> const& str) in to_utf8() function
105 return to_utf8(str.c_str()); in to_utf8()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/x3/support/utility/
H A Dutf8.hpp23 inline utf8_string to_utf8(Char value)
36 inline utf8_string to_utf8(Char const* str)
51 to_utf8(std::basic_string<Char, Traits, Allocator> const& str)
68 inline utf8_string to_utf8(wchar_t value)
81 inline utf8_string to_utf8(wchar_t const* str)
98 to_utf8(std::basic_string<wchar_t, Traits, Allocator> const& str)
100 return to_utf8(str.c_str());
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/spirit/home/x3/support/utility/
H A Dutf8.hpp23 inline utf8_string to_utf8(Char value) in to_utf8() function
36 inline utf8_string to_utf8(Char const* str) in to_utf8() function
51 to_utf8(std::basic_string<Char, Traits, Allocator> const& str) in to_utf8() function
68 inline utf8_string to_utf8(wchar_t value) in to_utf8() function
81 inline utf8_string to_utf8(wchar_t const* str) in to_utf8() function
98 to_utf8(std::basic_string<wchar_t, Traits, Allocator> const& str) in to_utf8() function
100 return to_utf8(str.c_str()); in to_utf8()

12345678910>>...62