Searched defs:hexDigits (Results 1 – 3 of 3) sorted by relevance
119 private static final char[] hexDigits = "0123456789abcdef".toCharArray(); field in HashCode
2537 APFloat::convertToHexString(char *dst, unsigned int hexDigits, in convertToHexString()2585 APFloat::convertNormalToHexString(char *dst, unsigned int hexDigits, in convertNormalToHexString()
435 private static char[] hexDigits = field in ProxyFactory