Home | History | Annotate | Download | only in src

Lines Matching defs:install_from

174     template <class F> void install_from(const __imp& other);
344 locale::__imp::install_from(const locale::__imp& one)
364 install_from<_VSTD::collate<char> >(one);
365 install_from<_VSTD::collate<wchar_t> >(one);
369 install_from<_VSTD::ctype<char> >(one);
370 install_from<_VSTD::ctype<wchar_t> >(one);
371 install_from<_VSTD::codecvt<char, char, mbstate_t> >(one);
372 install_from<_VSTD::codecvt<char16_t, char, mbstate_t> >(one);
373 install_from<_VSTD::codecvt<char32_t, char, mbstate_t> >(one);
374 install_from<_VSTD::codecvt<wchar_t, char, mbstate_t> >(one);
378 install_from<moneypunct<char, false> >(one);
379 install_from<moneypunct<char, true> >(one);
380 install_from<moneypunct<wchar_t, false> >(one);
381 install_from<moneypunct<wchar_t, true> >(one);
382 install_from<money_get<char> >(one);
383 install_from<money_get<wchar_t> >(one);
384 install_from<money_put<char> >(one);
385 install_from<money_put<wchar_t> >(one);
389 install_from<numpunct<char> >(one);
390 install_from<numpunct<wchar_t> >(one);
391 install_from<num_get<char> >(one);
392 install_from<num_get<wchar_t> >(one);
393 install_from<num_put<char> >(one);
394 install_from<num_put<wchar_t> >(one);
398 install_from<time_get<char> >(one);
399 install_from<time_get<wchar_t> >(one);
400 install_from<time_put<char> >(one);
401 install_from<time_put<wchar_t> >(one);
405 install_from<_VSTD::messages<char> >(one);
406 install_from<_VSTD::messages<wchar_t> >(one);