Home
last modified time | relevance | path

Searched defs:fromHexDigitsToLong (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DHexFormat.java1050 public static long fromHexDigitsToLong(CharSequence string) { in fromHexDigitsToLong() method in HexFormat
1080 public static long fromHexDigitsToLong(CharSequence string, int fromIndex, int toIndex) { in fromHexDigitsToLong() method in HexFormat