Searched defs:utf8_codecvt (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/locale/ |
D | utf8_codecvt.hpp | 23 class utf8_codecvt : public generic_codecvt<CharType,utf8_codecvt<CharType> > class 29 utf8_codecvt(size_t refs = 0) : generic_codecvt<CharType,utf8_codecvt<CharType> >(refs) in utf8_codecvt() function in boost::locale::utf8_codecvt
|
/third_party/boost/boost/nowide/ |
D | utf8_codecvt.hpp | 58 …class BOOST_SYMBOL_VISIBLE utf8_codecvt<CharType, 2> : public std::codecvt<CharType, char, std::mb… class 63 utf8_codecvt(size_t refs = 0) : std::codecvt<CharType, char, std::mbstate_t>(refs) in utf8_codecvt() function in boost::nowide::utf8_codecvt 292 …class BOOST_SYMBOL_VISIBLE utf8_codecvt<CharType, 4> : public std::codecvt<CharType, char, std::mb… class 295 utf8_codecvt(size_t refs = 0) : std::codecvt<CharType, char, std::mbstate_t>(refs) in utf8_codecvt() function in boost::nowide::utf8_codecvt
|