Searched defs:hexToInt (Results 1 – 4 of 4) sorted by relevance
28 private fun hexToInt(ch: Char): Int = when (ch) { in hexToInt() method
33 private fun hexToInt(ch: Char): Int = when (ch) { in <lambda>() method
787 …public static int hexToInt(final String src, final int srcPos, final int dstInit, final int dstPos… in hexToInt() method in Conversion