Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/util/
DHexEncoding.java215 int resultLengthBytes = (encodedLength + 1) / 2; in decode() local
216 byte[] result = new byte[resultLengthBytes]; in decode()