Searched refs:suffixChar (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSkString.h32 bool SkStrEndsWith(const char string[], const char suffixChar);
143 bool endsWith(const char suffixChar) const {
144 return SkStrEndsWith(fRec->data(), suffixChar);
/external/skia/src/core/
H A DSkString.cpp49 bool SkStrEndsWith(const char string[], const char suffixChar) { argument
55 return (suffixChar == string[strLen-1]);

Completed in 290 milliseconds