Searched refs:hexLen (Results 1 – 1 of 1) sorted by relevance
178 int hexLen = end - beg; // skip first '#' char in hexAV() local179 if (hexLen < 5 || (hexLen & 1) == 0) { in hexAV()184 byte[] encoded = new byte[hexLen / 2]; in hexAV()189 return new String(chars, beg, hexLen); in hexAV()