Searched refs:SkStrEndsWith (Results 1 – 2 of 2) sorted by relevance
26 bool SkStrEndsWith(const char string[], const char suffix[]);89 return SkStrEndsWith(fRec->data(), suffix); in endsWith()
51 bool SkStrEndsWith(const char string[], const char suffix[]) { in SkStrEndsWith() function