HomeSort by relevance Sort by last modified time
    Searched defs:LeadingWhitespace (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
BreakableToken.h 169 // - LeadingWhitespace[LineIndex] is updated with the complete whitespace
189 // LeadingWhitespace[i] is the number of characters regarded as whitespace in
192 SmallVector<unsigned, 16> LeadingWhitespace;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 312 enum WhitespacePosition { LeadingWhitespace, TrailingWhitespace };
343 inline bool requiresLineBox(const InlineIterator& it, const LineInfo& lineInfo = LineInfo(), WhitespacePosition whitespacePosition = LeadingWhitespace)
    [all...]

Completed in 45 milliseconds