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

/external/chromium_org/third_party/skia/include/core/
H A DSkString.h32 bool SkStrEndsWith(const char string[], const char suffixChar);
127 bool endsWith(const char suffixChar) const {
128 return SkStrEndsWith(fRec->data(), suffixChar);
/external/skia/include/core/
H A DSkString.h32 bool SkStrEndsWith(const char string[], const char suffixChar);
127 bool endsWith(const char suffixChar) const {
128 return SkStrEndsWith(fRec->data(), suffixChar);
/external/chromium_org/third_party/skia/src/core/
H A DSkString.cpp48 bool SkStrEndsWith(const char string[], const char suffixChar) { argument
54 return (suffixChar == string[strLen-1]);
/external/skia/src/core/
H A DSkString.cpp48 bool SkStrEndsWith(const char string[], const char suffixChar) { argument
54 return (suffixChar == string[strLen-1]);

Completed in 1077 milliseconds