Searched refs:spaces (Results 1 – 3 of 3) sorted by relevance
69 final String spaces = " ".repeat(adjust); in testIndent() local70 stream = stream.map(s -> spaces + s); in testIndent()
432 String spaces = " "; in unicodeWordBoundsTest() local444 String input = spaces + wordChar + wordChar + spaces; in unicodeWordBoundsTest()447 input = spaces + wordChar +wordChar + nsm + spaces; in unicodeWordBoundsTest()450 input = spaces + wordChar + nsm + spaces; in unicodeWordBoundsTest()453 input = spaces + wordChar + nsm + nsm + spaces; in unicodeWordBoundsTest()456 input = spaces + nsm + wordChar + wordChar + spaces; in unicodeWordBoundsTest()459 input = spaces + wordChar + nsm + wordChar + spaces; in unicodeWordBoundsTest()462 input = spaces + nsm + nsm + spaces; in unicodeWordBoundsTest()466 input = spaces + nsm + wordChar + wordChar + nsm + spaces; in unicodeWordBoundsTest()
3579 final String spaces = " ".repeat(n); in indent() local3580 stream = stream.map(s -> spaces + s); in indent()