Home
last modified time | relevance | path

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

/external/libcxx/src/
Dlocale.cpp174 template <class F> void install_from(const __imp& other);
344 locale::__imp::install_from(const locale::__imp& one) in install_from() function in locale::__imp
364 install_from<_VSTD::collate<char> >(one); in __imp()
365 install_from<_VSTD::collate<wchar_t> >(one); in __imp()
369 install_from<_VSTD::ctype<char> >(one); in __imp()
370 install_from<_VSTD::ctype<wchar_t> >(one); in __imp()
371 install_from<_VSTD::codecvt<char, char, mbstate_t> >(one); in __imp()
372 install_from<_VSTD::codecvt<char16_t, char, mbstate_t> >(one); in __imp()
373 install_from<_VSTD::codecvt<char32_t, char, mbstate_t> >(one); in __imp()
374 install_from<_VSTD::codecvt<wchar_t, char, mbstate_t> >(one); in __imp()
[all …]