Searched refs:__loc (Results 1 – 2 of 2) sorted by relevance
64 virtual void imbue(const std::locale& __loc) override;98 void stdio_filebuf<_CharT>::imbue(const std::locale& __loc) { in imbue() argument99 __cv_ = &std::use_facet<std::codecvt<char_type, char, state_type> >(__loc); in imbue()
834 path(const _Source& __src, const locale& __loc, format = format::auto_format);836 path(_InputIt __first, _InputIt _last, const locale& __loc,