Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/HexFormat/
DHexFormatTest.java64 HexFormat.ofDelimiter(", ").withPrefix("#").withSuffix("L")}, in hexFormattersParsers()
66 HexFormat.of().withPrefix("").withSuffix("")}, in hexFormattersParsers()
68 HexFormat.ofDelimiter(".").withPrefix("").withSuffix("")}, in hexFormattersParsers()
70 HexFormat.ofDelimiter(", ").withUpperCase().withPrefix("0x")}, in hexFormattersParsers()
72 HexFormat.ofDelimiter("\u0202").withPrefix("\u0203").withSuffix("\u0204")}, in hexFormattersParsers()
256 HexFormat hex = HexFormat.ofDelimiter(sep).withPrefix(prefix).withSuffix(suffix); in testToBytesThrowing()
270 assertThrows(NPE, () -> HexFormat.of().withPrefix(null)); in testFactoryNPE()
535 .withPrefix(prefix) in testFormatterTestEquals()
729 HexFormat commaFormat = HexFormat.ofDelimiter(", ").withPrefix("#"); in samples()
/libcore/ojluni/src/main/java/java/util/
DHexFormat.java256 public HexFormat withPrefix(String prefix) { in withPrefix() method in HexFormat
/libcore/api/
Dcurrent.txt14044 method public java.util.HexFormat withPrefix(String);