Searched defs:to_utf8 (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/spirit/home/support/ |
D | utf8.hpp | 28 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
|
/third_party/boost/boost/spirit/home/x3/support/utility/ |
D | utf8.hpp | 23 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
|
/third_party/boost/tools/quickbook/src/ |
D | native_text.cpp | 26 std::string to_utf8(std::wstring const& x) in to_utf8() function
|
/third_party/boost/libs/program_options/src/ |
D | convert.cpp | 123 to_utf8(const std::wstring& s) in to_utf8() function
|
/third_party/node/ |
D | configure.py | 752 def to_utf8(s): function
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsusermap.c | 254 static void to_utf8(char *dst, const char *src, unsigned int cnt) in to_utf8() function
|
/third_party/boost/libs/wave/test/testwave/ |
D | testwave_app.cpp | 451 fs_path_imbue_utf8 to_utf8(use_utf8.substr(0,3) == "yes"); in test_a_file() local
|