Home
last modified time | relevance | path

Searched refs:install_from (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/src/
Dlocale.cpp191 template <class F> void install_from(const __imp& other);
361 locale::__imp::install_from(const locale::__imp& one) in install_from() function in locale::__imp
381 install_from<_VSTD::collate<char> >(one); in __imp()
382 install_from<_VSTD::collate<wchar_t> >(one); in __imp()
386 install_from<_VSTD::ctype<char> >(one); in __imp()
387 install_from<_VSTD::ctype<wchar_t> >(one); in __imp()
388 install_from<_VSTD::codecvt<char, char, mbstate_t> >(one); in __imp()
389 install_from<_VSTD::codecvt<char16_t, char, mbstate_t> >(one); in __imp()
390 install_from<_VSTD::codecvt<char32_t, char, mbstate_t> >(one); in __imp()
391 install_from<_VSTD::codecvt<wchar_t, char, mbstate_t> >(one); in __imp()
[all …]