Home
last modified time | relevance | path

Searched refs:strnchr (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tools/bookmaker/
DtextParser.cpp95 end = this->strnchr('\n', end); in typedefName()
109 const char* paren = this->strnchr('(', end); in typedefName()
DtextParser.h511 const char* strnchr(char ch, const char* end) const { in strnchr() function
776 const char* space = this->strnchr(' ', fEnd); in wordEndsWith()
DbmhParser.cpp393 if (checkForChildren.strnchr(fMC, definition->fContentEnd)) { in addDefinition()
749 const char* mc = this->strnchr(fMC, end); in className()
1378 const char* paren = parser.strnchr('(', parser.fEnd); in setUpSubstitutes()
1740 const char* paren = this->strnchr('(', end); in methodName()
1746 while (end < fEnd && !this->strnchr(')', end)) { in methodName()
1812 paren = this->strnchr(')', end) + 1; in methodName()
1940 const char* nextLF = this->strnchr('\n', this->fEnd); in parseHashLine()
DparserCommon.cpp218 const char* lineEnd = parser.strnchr('\n', data + size); in writeBlockIndent()
Ddefinition.cpp454 const char* paren = methodParser.strnchr('(', methodParser.fEnd); in checkMethod()
717 const char* paren = methodParser.strnchr('(', methodParser.fEnd); in formatFunction()
DincludeParser.cpp122 return nullptr != t.strnchr('(', t.fEnd); in looks_like_method()