Lines Matching refs:fContentStart
186 TextParser iParser(fFileName, fStart, fContentStart, fLineCount); in parseOperator()
302 fName = string(label.fContentStart, label.fContentEnd - label.fContentStart); in boilerplateIfDef()
418 const char* end = fContentStart; in checkMethod()
502 const char* descStart = fContentStart; in checkMethod()
576 TextParser parser(fFileName, fStart, fContentStart, fLineCount); in crossCheck2()
581 contentEnd = fContentStart; in crossCheck2()
597 return crossCheckInside(fContentStart, fContentEnd, includeToken); in crossCheck()
604 if (tokenEnd <= fContentStart || strncmp(tokenEnd, defaultTag, tagSize)) { in methodEnd()
630 TextParser inc("", includeToken.fContentStart, tokenEnd, 0); in crossCheckInside()
699 const char* end = fContentStart; in formatFunction()
1117 TextParser def(fFileName, fStart, fContentStart, fLineCount); in paramsMatch()
1118 const char* dName = def.strnstr(name.c_str(), fContentStart); in paramsMatch()
1150 while (fContentEnd > fContentStart && ' ' >= fContentEnd[-1]) { in trimEnd()