Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/HexFormat/
DHexFormatTest.java683 int charVal = HexFormat.fromHexDigits(charStr); in samples() local
684 assert(c == charVal); in samples()
685 assertTrue(c == charVal); in samples()