Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DHexFormat.java286 public HexFormat withLowerCase() { in withLowerCase() method in HexFormat
/libcore/ojluni/src/test/java/util/HexFormat/
DHexFormatTest.java537 actual = uppercase ? actual.withUpperCase() : actual.withLowerCase(); in testFormatterTestEquals()
/libcore/api/
Dcurrent.txt14043 method public java.util.HexFormat withLowerCase();