Home
last modified time | relevance | path

Searched defs:sj (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DStringJoinerTest.java46 StringJoiner sj = new StringJoiner(",", "[", "]"); in testAddString() local
59 StringJoiner sj = new StringJoiner(",", "[", "]"); in testAddStringBuilder() local
72 StringJoiner sj = new StringJoiner(",", "[", "]"); in testAddNone() local
78 StringJoiner sj = new StringJoiner("|"); in testAddNull() local
97 StringJoiner sj = new StringJoiner(" ", "|", "|").add("Hello").add("world"); in testMergeSelf() local
109 StringJoiner sj = new StringJoiner(",", "[", "]").setEmptyValue("EMPTY"); in testSetEmptyValue() local
114 StringJoiner sj = new StringJoiner(",", "[", "]").add("FOOBAR").setEmptyValue(""); in testSetEmptyValuePopulated() local
119 StringJoiner sj = new StringJoiner(",").add("").setEmptyValue("FOOBAR"); in testSetEmptyValuePopulated2() local
124 StringJoiner sj = new StringJoiner(",", "[", "]").setEmptyValue(""); in testSetEmptyValueEmpty() local
130 StringJoiner sj = new StringJoiner(",", "[", "]").setEmptyValue(null); in testSetEmptyValueNull() local
/libcore/ojluni/src/main/java/sun/security/x509/
DRDN.java455 StringJoiner sj = new StringJoiner("+"); in toRFC2253StringInternal() local