Searched refs:unhex (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ |
D | quopri.py | 150 new = new + chr(unhex(line[i+1:i+3])); i = i+3 175 def unhex(s): function
|
/external/python/cpython3/Lib/ |
D | quopri.py | 151 new = new + bytes((unhex(line[i+1:i+3]),)); i = i+3 177 def unhex(s): function
|
/external/ImageMagick/coders/ |
D | png.c | 1805 unhex[103]={0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0, in Magick_png_read_raw_profile() local 1881 *dp=(unsigned char) (16*unhex[(int) *sp++]); in Magick_png_read_raw_profile() 1884 (*dp++)+=unhex[(int) *sp++]; in Magick_png_read_raw_profile()
|