Searched refs:Blanks (Results 1 – 2 of 2) sorted by relevance
28 static constexpr StringRef Blanks = " \t\v\f\r"; variable84 Text.find_first_of(Blanks, MaxSplitBytes); in getCommentSplit()91 StringRef::size_type SpaceOffset = Text.find_last_of(Blanks, MaxSplitBytes); in getCommentSplit()103 Text.find_last_not_of(Blanks, SpaceOffset); in getCommentSplit()105 SpaceOffset = Text.find_last_of(Blanks, LastNonBlank); in getCommentSplit()112 if (kNumberedListRegexp.match(Text.substr(SpaceOffset).ltrim(Blanks))) { in getCommentSplit()113 SpaceOffset = Text.find_last_of(Blanks, SpaceOffset); in getCommentSplit()120 SpaceOffset = Text.find_last_of(Blanks, SpaceOffset); in getCommentSplit()129 Text.find_last_not_of(Blanks, SpaceOffset) == StringRef::npos) { in getCommentSplit()132 StringRef::size_type FirstNonWhitespace = Text.find_first_not_of(Blanks); in getCommentSplit()[all …]
12 Blanks surrounding the '=' will be eaten; other blanks in value are