Home
last modified time | relevance | path

Searched refs:unhex (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dquopri.py150 new = new + chr(unhex(line[i+1:i+3])); i = i+3
175 def unhex(s): function
/external/ImageMagick/coders/
Dpng.c1734 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
1791 *dp=(unsigned char) (16*unhex[(int) *sp++]); in Magick_png_read_raw_profile()
1794 (*dp++)+=unhex[(int) *sp++]; in Magick_png_read_raw_profile()