Searched defs:hexDigits (Results 1 – 5 of 5) sorted by relevance
60 OutputIterator encode_one ( T val, OutputIterator out, const char * hexDigits ) { in encode_one()
97 static const char* const hexDigits = "0123456789ABCDEF"; in astcBlockDataStr() local
2446 String hexDigits = "0123456789abcdef"; in encodeHex() local
53 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()