Searched refs:suffixChar (Results 1 – 4 of 4) sorted by relevance
32 bool SkStrEndsWith(const char string[], const char suffixChar);127 bool endsWith(const char suffixChar) const { in endsWith() argument128 return SkStrEndsWith(fRec->data(), suffixChar); in endsWith()
48 bool SkStrEndsWith(const char string[], const char suffixChar) { in SkStrEndsWith() argument54 return (suffixChar == string[strLen-1]); in SkStrEndsWith()