Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkString.h34 bool SkStrEndsWith(const char string[], const char suffixChar);
151 bool endsWith(const char suffixChar) const { in endsWith() argument
152 return SkStrEndsWith(fRec->data(), suffixChar); in endsWith()
/external/skia/include/core/
DSkString.h35 bool SkStrEndsWith(const char string[], const char suffixChar);
145 bool endsWith(const char suffixChar) const { in endsWith() argument
146 return SkStrEndsWith(fRec->data(), suffixChar); in endsWith()
/external/skqp/src/core/
DSkString.cpp79 bool SkStrEndsWith(const char string[], const char suffixChar) { in SkStrEndsWith() argument
85 return (suffixChar == string[strLen-1]); in SkStrEndsWith()
/external/skia/src/core/
DSkString.cpp67 bool SkStrEndsWith(const char string[], const char suffixChar) { in SkStrEndsWith() argument
73 return (suffixChar == string[strLen-1]); in SkStrEndsWith()