Searched refs:suffixChar (Results 1 – 4 of 4) sorted by relevance
34 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()
35 bool SkStrEndsWith(const char string[], const char suffixChar);145 bool endsWith(const char suffixChar) const { in endsWith() argument146 return SkStrEndsWith(fRec->data(), suffixChar); in endsWith()
79 bool SkStrEndsWith(const char string[], const char suffixChar) { in SkStrEndsWith() argument85 return (suffixChar == string[strLen-1]); in SkStrEndsWith()
67 bool SkStrEndsWith(const char string[], const char suffixChar) { in SkStrEndsWith() argument73 return (suffixChar == string[strLen-1]); in SkStrEndsWith()