Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/HexFormat/
DHexFormatTest.java139 static byte[] genBytes(int origin, int len) { in genBytes() method in HexFormatTest
342 byte[] expected = genBytes('A', 15); in testFormatter()
376 byte[] expected = genBytes('A', 15); in testFormatHexString()
389 byte[] expected = genBytes('A', 15); in testParseHexStringRange()
421 byte[] expected = genBytes('A', 15); in testFormatHexRangeString()
436 byte[] expected = genBytes('A', 15); in testFormatHexAppendable()
451 byte[] expected = genBytes('A', 15); in testFormatHexRangeAppendable()
473 byte[] expected = genBytes('A', 15); in testFormatHexCharArray()
487 byte[] expected = genBytes('A', 15); in testFormatHexCharArrayIndexed()