Searched refs:endsWith (Results 1 – 1 of 1) sorted by relevance
370 bool endsWith( std::string const& s, std::string const& suffix );1135 return endsWith( m_data.adjustString( expr ), m_data.m_str ); in match()3141 if( endsWith( m_pattern, "*" ) ) { in WildcardPattern()3152 return endsWith( adjustCase( str ), m_pattern ); in matches()7799 bool endsWith( std::string const& s, std::string const& suffix ) { in endsWith() function8411 if( !startsWith( alias, "[@" ) || !endsWith( alias, "]" ) ) { in add()