Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp28 static constexpr StringRef Blanks = " \t\v\f\r"; variable
96 Text.find_first_of(Blanks, MaxSplitBytes); in getCommentSplit()
103 StringRef::size_type SpaceOffset = Text.find_last_of(Blanks, MaxSplitBytes); in getCommentSplit()
115 Text.find_last_not_of(Blanks, SpaceOffset); in getCommentSplit()
117 SpaceOffset = Text.find_last_of(Blanks, LastNonBlank); in getCommentSplit()
124 if (kNumberedListRegexp.match(Text.substr(SpaceOffset).ltrim(Blanks))) { in getCommentSplit()
125 SpaceOffset = Text.find_last_of(Blanks, SpaceOffset); in getCommentSplit()
132 SpaceOffset = Text.find_last_of(Blanks, SpaceOffset); in getCommentSplit()
141 Text.find_last_not_of(Blanks, SpaceOffset) == StringRef::npos) { in getCommentSplit()
144 StringRef::size_type FirstNonWhitespace = Text.find_first_not_of(Blanks); in getCommentSplit()
[all …]
/freebsd/usr.sbin/cron/doc/
H A DFEATURES12 Blanks surrounding the '=' will be eaten; other blanks in value are