Home
last modified time | relevance | path

Searched refs:Blanks (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Format/
DBreakableToken.cpp28 static const char *const Blanks = " \t\v\f\r"; variable
63 StringRef::size_type SpaceOffset = Text.find_last_of(Blanks, MaxSplitBytes); in getCommentSplit()
66 Text.find_last_not_of(Blanks, SpaceOffset) == StringRef::npos) { in getCommentSplit()
69 StringRef::size_type FirstNonWhitespace = Text.find_first_not_of(Blanks); in getCommentSplit()
74 Blanks, std::max<unsigned>(MaxSplitBytes, FirstNonWhitespace)); in getCommentSplit()
77 StringRef BeforeCut = Text.substr(0, SpaceOffset).rtrim(Blanks); in getCommentSplit()
78 StringRef AfterCut = Text.substr(SpaceOffset).ltrim(Blanks); in getCommentSplit()
339 Lines[LineIndex - 1].find_last_not_of(Blanks, EndOfPreviousLine); in adjustWhitespace()
345 size_t StartOfLine = Lines[LineIndex].find_first_not_of(Blanks); in adjustWhitespace()
/external/libxml2/
DNEWS2534 - Blanks in <a> </a> constructs are not ignored anymore,