Searched refs:endCol (Results 1 - 4 of 4) sorted by relevance

/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp332 unsigned endCol = PL.getColumn() - 1; local
334 endCol += Lexer::MeasureTokenLength(end, SM, langOpts);
335 OS << PL.getLine() << ":" << endCol << "]";
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp812 unsigned endCol = startColumn; local
814 while (cspan && endCol < cols) {
815 ASSERT(endCol < table()->columns().size());
816 cspan -= table()->columns()[endCol].span;
817 endCol++;
819 int tableLayoutLogicalWidth = columnPos[endCol] - columnPos[startColumn] - table()->hBorderSpacing();
H A DRenderTable.cpp793 unsigned endCol = columnCount + span - 1; local
799 *endEdge = endCol == col;
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 859 milliseconds