Searched refs:m_Locale (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/log/src/setup/ |
D | settings_parser.cpp | 66 std::locale m_Locale; 74 m_Locale(loc), 163 m_SectionName = log::aux::to_narrow(string_type(begin, end), m_Locale); 194 m_ParameterName = log::aux::to_narrow(string_type(begin, end), m_Locale);
|
/third_party/boost/boost/algorithm/string/detail/ |
D | classification.hpp | 40 m_Type(Type), m_Locale(Loc) {} in is_classifiedF() 45 return std::use_facet< std::ctype<CharT> >(m_Locale).is( m_Type, Ch ); in operator ()() 52 return std::use_facet< std::ctype<char> >(m_Locale).is( m_Type, Ch ); in operator ()() 58 std::locale m_Locale; member
|
/third_party/boost/boost/log/sinks/ |
D | basic_sink_frontend.hpp | 342 std::locale m_Locale; member in boost::sinks::basic_formatting_sink_frontend 403 return m_Locale; in getloc() 415 m_Locale = loc; in imbue() 445 context = new formatting_context(m_Version, m_Locale, m_Formatter); in feed_record()
|