Searched defs:hexDigits (Results 1 – 4 of 4) sorted by relevance
97 static const char* const hexDigits = "0123456789ABCDEF"; in astcBlockDataStr() local
2446 String hexDigits = "0123456789abcdef"; in encodeHex() local
80 private static final int[] hexDigits = new int['f' + 1]; field in JSON
2701 unsigned int IEEEFloat::convertToHexString(char *dst, unsigned int hexDigits, in convertToHexString()2748 char *IEEEFloat::convertNormalToHexString(char *dst, unsigned int hexDigits, in convertNormalToHexString()