Home
last modified time | relevance | path

Searched refs:withUpperCase (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/test/java/util/HexFormat/
DHexFormatTest.java62 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()
/libcore/ojluni/src/main/java/java/util/
DProperties.java698 HexFormat hex = HexFormat.of().withUpperCase(); in saveConvert()
745 HexFormat hex = HexFormat.of().withUpperCase(); in writeComments()
DHexFormat.java276 public HexFormat withUpperCase() { in withUpperCase() method in HexFormat
/libcore/ojluni/src/main/java/sun/security/x509/
DX509CertImpl.java2024 return HexFormat.of().withUpperCase().formatHex(digest);
/libcore/api/
Dcurrent.txt14046 method public java.util.HexFormat withUpperCase();