Searched defs:codecvt (Results 1 – 2 of 2) sorted by relevance
880 template <class T> struct codecvt { struct881 virtual ~codecvt() { } in ~codecvt()883 template class __declspec(dllimport) codecvt<char>; variable
1337 codecvt<wchar_t, char, mbstate_t>::codecvt(size_t refs) : locale::facet(refs), __l_(_LIBCPP_GET_C_LOCALE) {} codecvt() function in codecvt 1339 codecvt<wchar_t, char, mbstate_t>::codecvt(const char* nm, size_t refs) codecvt() function in codecvt [all...]