Searched refs:checkDigitCount (Results 1 – 1 of 1) sorted by relevance
905 private static int checkDigitCount(int fromIndex, int toIndex, int limit) { in checkDigitCount() method in HexFormat1022 int length = checkDigitCount(fromIndex, toIndex, 8); in fromHexDigits()1083 int length = checkDigitCount(fromIndex, toIndex, 16); in fromHexDigitsToLong()