Searched refs:fContentEnd (Results 1 – 12 of 12) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | includeParser.cpp | 429 const char* parentEnd = iDef.fParent->fContentEnd; in writeCodeBlock() 453 while (i.fEnd < iDef.fContentEnd && ' ' >= i.fEnd[0]) { in writeCodeBlock() 786 token.fContentEnd - token.fContentStart); in checkTokens() 794 TextParser oper("", token.fStart, token.fContentEnd, 0); in checkTokens() 795 const char* start = oper.strnstr("operator", token.fContentEnd); in checkTokens() 893 TextParser firstMember("", token.fStart, token.fContentEnd, 0); in checkTokens() 1160 markupDef.fContentEnd = includeDef.fContentEnd; in defineClass() 1218 fEnd = token.fContentEnd; in dumpComment() 1235 ptrdiff_t length = child.fContentEnd - start; in dumpComment() 1534 && this->isUndocumentable(def.fFileName, def.fContentStart, def.fContentEnd, in dumpMethod() [all …]
|
D | includeWriter.cpp | 91 int commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut() 124 commentLen = (int) (prop->fContentEnd - commentStart); in descriptionOut() 149 prop->fContentEnd - prop->fContentStart) + ')'); in descriptionOut() 179 commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut() 202 commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut() 230 commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut() 278 localLength = child->fContentEnd - child->fStart; in descriptionOut() 294 commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut() 310 commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut() 336 if (nullptr != nameDef.fContentEnd) { in enumHeaderOut() [all …]
|
D | bmhParser.cpp | 387 definition->fContentEnd = this->trimmedBracketEnd(endBracket); in addDefinition() 393 if (checkForChildren.strnchr(fMC, definition->fContentEnd)) { in addDefinition() 400 definition->fChildren[0]->fStart : definition->fContentEnd; in addDefinition() 430 phraseParam->fContentEnd = subEnd; in addDefinition() 530 definition->fContentEnd = this->trimmedBracketEnd('\n'); in addDefinition() 711 const char* parmEndCheck = definition->fContentEnd; in checkParamReturn() 906 fWorkingColumn->fContentEnd = end; in endTableColumn() 988 durationStr = string(iter->fContentStart, iter->fContentEnd - iter->fContentStart); in exampleToScript() 991 heightStr = string(iter->fContentStart, iter->fContentEnd - iter->fContentStart); in exampleToScript() 994 widthStr = string(iter->fContentStart, iter->fContentEnd - iter->fContentStart); in exampleToScript() [all …]
|
D | textParser.cpp | 16 TextParser(definition->fFileName, definition->fContentStart, definition->fContentEnd, in TextParser() 75 fEnd = definition->fContentEnd; in setForErrorReporting()
|
D | definition.h | 78 , fContentEnd(end) in Definition() 168 return (int) (fContentEnd - fContentStart); in length() 237 const char* fContentEnd = nullptr; // the end of the contained text variable
|
D | definition.cpp | 302 fName = string(label.fContentStart, label.fContentEnd - label.fContentStart); in boilerplateIfDef() 583 contentEnd = fContentEnd; in crossCheck2() 597 return crossCheckInside(fContentStart, fContentEnd, includeToken); in crossCheck() 603 const char* tokenEnd = fContentEnd - tagSize; in methodEnd() 605 tokenEnd = fContentEnd; in methodEnd() 1150 while (fContentEnd > fContentStart && ' ' >= fContentEnd[-1]) { in trimEnd() 1151 --fContentEnd; in trimEnd()
|
D | mdOut.cpp | 156 (int) (def->fContentEnd - def->fContentStart))); in out_table_data_description() 539 const char* exStart = example->fChildren.back()->fContentEnd; in setLink() 540 const char* exEnd = example->fContentEnd; in setLink() 542 exStart = example->fChildren[example->fChildren.size() - 2]->fContentEnd; in setLink() 884 end = def->fContentEnd; in childrenOut() 1137 priorTerminator = prior->fTerminator ? prior->fTerminator : prior->fContentEnd; in addCodeBlock() 1226 while (member->fContentEnd >= nextMember->fContentStart) { in addCodeBlock() 1234 TextParser between(member->fFileName, member->fContentEnd, in addCodeBlock() 1370 (int) ((*subtopic)->fContentEnd - (*subtopic)->fContentStart)); in markTypeOut() 1716 this->resolveOut(entry.fContentStart, entry.fContentEnd, in markTypeOut() [all …]
|
D | selfCheck.cpp | 91 child->fContentEnd - child->fContentStart); in checkMethod()
|
D | cataloger.cpp | 157 len = stdOut->fContentEnd - stdOutStart; in textOut()
|
D | includeParser.h | 298 this->writeBlock((int) (def.fContentEnd - def.fContentStart), def.fContentStart); in writeDefinition() 304 this->writeBlock((int) (def.fContentEnd - def.fContentStart), def.fContentStart); in writeDefinition()
|
D | parserCommon.h | 139 fParent->fContentEnd = fParent->fTerminator = fChar; in popObject()
|
D | spellCheck.cpp | 385 end = def->fContentEnd; in childCheck()
|