Searched defs:hexDigits (Results 1 – 4 of 4) sorted by relevance
119 private static final char[] hexDigits = "0123456789abcdef".toCharArray(); field in HashCode
2683 APFloat::convertToHexString(char *dst, unsigned int hexDigits, in convertToHexString()2731 APFloat::convertNormalToHexString(char *dst, unsigned int hexDigits, in convertNormalToHexString()
435 private static char[] hexDigits = field in ProxyFactory
1484 static const char* const hexDigits = "0123456789ABCDEF"; in astcBlockDataStr() local