Searched refs:suffixChar (Results 1 – 2 of 2) sorted by relevance
37 bool SkStrEndsWith(const char string[], const char suffixChar);151 bool endsWith(const char suffixChar) const { in endsWith() argument152 return SkStrEndsWith(fRec->data(), suffixChar); in endsWith()
77 bool SkStrEndsWith(const char string[], const char suffixChar) { in SkStrEndsWith() argument83 return (suffixChar == string[strLen-1]); in SkStrEndsWith()