Searched refs:colStart (Results 1 – 7 of 7) sorted by relevance
151 int32_t colStart = 0; in splitBy() local157 fFileLine.tempSubString(colStart, idx - colStart); in splitBy()158 colStart = idx + 1; in splitBy()162 fFileLine.tempSubString(colStart, len - colStart); in splitBy()
765 int32_t colStart = 0; in TestExtended() local785 colStart = charIdx; in TestExtended()787 column = charIdx - colStart + 1; in TestExtended()1021 colStart = charIdx; in TestExtended()
339 int colStart = 0; in splitBy() local345 fileLine.substring(colStart, idx)); in splitBy()347 colStart = idx + 1; in splitBy()350 result.add(fileLine.substring(colStart, len)); in splitBy()
336 int colStart = 0; in splitBy() local342 fileLine.substring(colStart, idx)); in splitBy()344 colStart = idx + 1; in splitBy()347 result.add(fileLine.substring(colStart, len)); in splitBy()
112 int colStart = 0; in TestExtended() local134 colStart = charIdx; in TestExtended()136 column = charIdx - colStart + 1; in TestExtended()338 colStart = charIdx; in TestExtended()
115 int colStart = 0; in TestExtended() local137 colStart = charIdx; in TestExtended()139 column = charIdx - colStart + 1; in TestExtended()341 colStart = charIdx; in TestExtended()
863 unsigned colStart, unsigned colLimit, in shiftColumnsToLeft() argument866 if (colLimit <= colStart) in shiftColumnsToLeft()872 unsigned numToEliminate = colLimit - colStart; in shiftColumnsToLeft()