Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DHexFormat.java905 private static int checkDigitCount(int fromIndex, int toIndex, int limit) { in checkDigitCount() method in HexFormat
1022 int length = checkDigitCount(fromIndex, toIndex, 8); in fromHexDigits()
1083 int length = checkDigitCount(fromIndex, toIndex, 16); in fromHexDigitsToLong()