Searched refs:install_from (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/src/ |
D | locale.cpp | 191 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 …]
|
/external/cronet/buildtools/third_party/libc++/trunk/src/ |
D | locale.cpp | 165 template <class F> void install_from(const __imp& other); 398 locale::__imp::install_from(const locale::__imp& one) in install_from() function in locale::__imp 418 install_from<_VSTD::collate<char> >(one); in __imp() 420 install_from<_VSTD::collate<wchar_t> >(one); in __imp() 425 install_from<_VSTD::ctype<char> >(one); in __imp() 427 install_from<_VSTD::ctype<wchar_t> >(one); in __imp() 429 install_from<_VSTD::codecvt<char, char, mbstate_t> >(one); in __imp() 431 install_from<_VSTD::codecvt<char16_t, char, mbstate_t> >(one); in __imp() 432 install_from<_VSTD::codecvt<char32_t, char, mbstate_t> >(one); in __imp() 435 install_from<_VSTD::codecvt<char16_t, char8_t, mbstate_t> >(one); in __imp() [all …]
|