Searched refs:withUpperCase (Results 1 – 5 of 5) sorted by relevance
62 HexFormat.of().withUpperCase()}, in hexFormattersParsers()70 HexFormat.ofDelimiter(", ").withUpperCase().withPrefix("0x")}, in hexFormattersParsers()537 actual = uppercase ? actual.withUpperCase() : actual.withLowerCase(); in testFormatterTestEquals()704 HexFormat formatFingerprint = HexFormat.ofDelimiter(":").withUpperCase(); in samples()
698 HexFormat hex = HexFormat.of().withUpperCase(); in saveConvert()745 HexFormat hex = HexFormat.of().withUpperCase(); in writeComments()
276 public HexFormat withUpperCase() { in withUpperCase() method in HexFormat
2024 return HexFormat.of().withUpperCase().formatHex(digest);
14046 method public java.util.HexFormat withUpperCase();