Searched refs:m_Locale (Results 1 – 1 of 1) sorted by relevance
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