Searched refs:SkStrEndsWith (Results 1 – 3 of 3) sorted by relevance
26 bool SkStrEndsWith(const char string[], const char suffix[]);63 return SkStrEndsWith(fRec->data(), suffix); in endsWith()
191 if (SkStrEndsWith(fName.c_str(), ".xml")) in SkFILEStream()208 if (SkStrEndsWith(fName.c_str(), ".xml")) in setPath()
30 bool SkStrEndsWith(const char string[], const char suffix[]) in SkStrEndsWith() function