Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/libcore/util/
DHexEncoding.java76 …public static byte[] decode(String encoded, boolean allowSingleChar) throws IllegalArgumentExcepti… in decode() argument
77 return decode(encoded.toCharArray(), allowSingleChar); in decode()
97 …public static byte[] decode(char[] encoded, boolean allowSingleChar) throws IllegalArgumentExcepti… in decode() argument
103 if (allowSingleChar) { in decode()