Searched defs:codecvt_impl (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/iostreams/detail/ |
| D | codecvt_helper.hpp | 79 struct codecvt_impl : std::locale::facet, std::codecvt_base { struct 81 typedef Intern intern_type; 82 typedef Extern extern_type; 83 typedef State state_type; 85 codecvt_impl(std::size_t refs = 0) : std::locale::facet(refs) { } in codecvt_impl() function 88 in( State& state, const Extern* first1, const Extern* last1, in in() 96 out( State& state, const Intern* first1, const Intern* last1, in out() 104 unshift(State& state, Extern* first2, Extern* last2, Extern*& next2) const in unshift() 109 bool always_noconv() const throw() { return do_always_noconv(); } in always_noconv() 111 int max_length() const throw() { return do_max_length(); } in max_length() [all …]
|