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

/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 1322 milliseconds