Searched refs:strnchr (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | textParser.cpp | 95 end = this->strnchr('\n', end); in typedefName() 109 const char* paren = this->strnchr('(', end); in typedefName()
|
D | textParser.h | 511 const char* strnchr(char ch, const char* end) const { in strnchr() function 776 const char* space = this->strnchr(' ', fEnd); in wordEndsWith()
|
D | bmhParser.cpp | 393 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()
|
D | parserCommon.cpp | 218 const char* lineEnd = parser.strnchr('\n', data + size); in writeBlockIndent()
|
D | definition.cpp | 454 const char* paren = methodParser.strnchr('(', methodParser.fEnd); in checkMethod() 717 const char* paren = methodParser.strnchr('(', methodParser.fEnd); in formatFunction()
|
D | includeParser.cpp | 122 return nullptr != t.strnchr('(', t.fEnd); in looks_like_method()
|