Searched refs:isHexChar (Results 1 – 1 of 1) sorted by relevance
272 private static boolean isHexChar(char c) { in isHexChar() method in ArtErrorParser282 while (end < length && isHexChar(input.charAt(end))) { in parseLocations()