Searched refs:m_Loc (Results 1 – 2 of 2) sorted by relevance
59 m_Loc( Loc ) {} in is_iequal()71 return std::toupper<T1>(Arg1,m_Loc)==std::toupper<T2>(Arg2,m_Loc); in operator ()()76 std::locale m_Loc; member112 m_Loc( Loc ) {} in is_iless()124 return std::toupper<T1>(Arg1,m_Loc)<std::toupper<T2>(Arg2,m_Loc); in operator ()()129 std::locale m_Loc; member165 m_Loc( Loc ) {} in is_not_igreater()177 return std::toupper<T1>(Arg1,m_Loc)<=std::toupper<T2>(Arg2,m_Loc); in operator ()()182 std::locale m_Loc; member
38 to_lowerF( const std::locale& Loc ) : m_Loc( &Loc ) {} in to_lowerF()46 return std::tolower<CharT>( Ch, *m_Loc ); in operator ()()50 const std::locale* m_Loc; member60 to_upperF( const std::locale& Loc ) : m_Loc( &Loc ) {} in to_upperF()68 return std::toupper<CharT>( Ch, *m_Loc ); in operator ()()72 const std::locale* m_Loc; member