Home
last modified time | relevance | path

Searched refs:endOfThis (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreString.cpp243 String endOfThis = str.substr(thisLen - patternLen, patternLen); in endsWith() local
248 StringUtil::toLowerCase(endOfThis); in endsWith()
249 return (endOfThis == lowerCasePattern); in endsWith()
252 return (endOfThis == pattern); in endsWith()