Searched defs:install_from (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/src/
H A Dlocale.cpp165 template <class F> void install_from(const __imp& other);
339 locale::__imp::install_from(const locale::__imp& one) function in class:locale::__imp
359 install_from<_VSTD::collate<char> >(one);
360 install_from<_VSTD::collate<wchar_t> >(one);
364 install_from<_VSTD::ctype<char> >(one);
365 install_from<_VSTD::ctype<wchar_t> >(one);
366 install_from<_VSTD::codecvt<char, char, mbstate_t> >(one);
367 install_from<_VSTD::codecvt<char16_t, char, mbstate_t> >(one);
368 install_from<_VSTD::codecvt<char32_t, char, mbstate_t> >(one);
369 install_from<_VST
[all...]

Completed in 81 milliseconds