Home
last modified time | relevance | path

Searched refs:unhex (Results 1 – 3 of 3) 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/python/cpython3/Lib/
Dquopri.py151 new = new + bytes((unhex(line[i+1:i+3]),)); i = i+3
177 def unhex(s): function
/external/ImageMagick/coders/
Dpng.c1805 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()