Home
last modified time | relevance | path

Searched refs:wordEndsWith (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tools/bookmaker/
DtextParser.cpp177 if (this->startsWith("Sk") && this->wordEndsWith(".h")) { // allow include refs in skipToMethodEnd()
DtextParser.h775 bool wordEndsWith(const char* str) const { in wordEndsWith() function