Home
last modified time | relevance | path

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

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