Searched refs:suffixChar (Results 1 – 2 of 2) sorted by relevance
32 bool SkStrEndsWith(const char string[], const char suffixChar);143 bool endsWith(const char suffixChar) const { in endsWith() argument144 return SkStrEndsWith(fRec->data(), suffixChar); in endsWith()
49 bool SkStrEndsWith(const char string[], const char suffixChar) { in SkStrEndsWith() argument55 return (suffixChar == string[strLen-1]); in SkStrEndsWith()