Searched refs:__loc (Results 1 – 1 of 1) 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()