Home
last modified time | relevance | path

Searched refs:SkStrEndsWith (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkString.h19 bool SkStrEndsWith(const char string[], const char suffix[]);
82 return SkStrEndsWith(fRec->data(), suffix); in endsWith()
/external/skia/src/core/
DSkString.cpp45 bool SkStrEndsWith(const char string[], const char suffix[]) { in SkStrEndsWith() function