Searched defs:codecvt (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/ |
D | localefwd.h | 132 class codecvt; in _GLIBCXX_VISIBILITY() local 133 template<> class codecvt<char, char, mbstate_t>; in _GLIBCXX_VISIBILITY() local 135 template<> class codecvt<wchar_t, char, mbstate_t>; in _GLIBCXX_VISIBILITY() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
D | localefwd.h | 132 class codecvt; in _GLIBCXX_VISIBILITY() local 133 template<> class codecvt<char, char, mbstate_t>; in _GLIBCXX_VISIBILITY() local 135 template<> class codecvt<wchar_t, char, mbstate_t>; in _GLIBCXX_VISIBILITY() local
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | dllimport.cpp | 832 template <class T> struct codecvt { struct 833 virtual ~codecvt() { } in ~codecvt() 835 template class __declspec(dllimport) codecvt<char>; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/ |
D | locale.hpp | 97 inline const codecvt_type& codecvt() in codecvt() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/src/ |
D | path.cpp | 934 BOOST_FILESYSTEM_DECL const path::codecvt_type& path::codecvt() in codecvt() function in boost::filesystem::path
|
/aosp_15_r20/external/libcxx/src/ |
H A D | locale.cpp | 1510 codecvt<wchar_t, char, mbstate_t>::codecvt(size_t refs) in codecvt() function in codecvt 1516 codecvt<wchar_t, char, mbstate_t>::codecvt(const char* nm, size_t refs) in codecvt() function in codecvt
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | locale.cpp | 1337 codecvt<wchar_t, char, mbstate_t>::codecvt(size_t refs) : locale::facet(refs), __l_(_LIBCPP_GET_C_L… in codecvt() function in codecvt 1339 codecvt<wchar_t, char, mbstate_t>::codecvt(const char* nm, size_t refs) in codecvt() function in codecvt
|