Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/lang/String/
DIndent.java69 final String spaces = " ".repeat(adjust); in testIndent() local
70 stream = stream.map(s -> spaces + s); in testIndent()
/libcore/ojluni/src/test/java/util/regex/
DRegExTest.java432 String spaces = " "; in unicodeWordBoundsTest() local
444 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()
/libcore/ojluni/src/main/java/java/lang/
DString.java3579 final String spaces = " ".repeat(n); in indent() local
3580 stream = stream.map(s -> spaces + s); in indent()