Searched refs:ishex (Results 1 – 4 of 4) sorted by relevance
149 elif i+2 < n and ishex(line[i+1]) and ishex(line[i+2]):171 def ishex(c): function
150 elif i+2 < n and ishex(line[i+1:i+2]) and ishex(line[i+2:i+3]):172 def ishex(c): function
97 unsigned int ishex: 1; member273 item->isbinary = item->isascii = item->ishex = false; in figurefiletype()305 item->ishex = true; in figurefiletype()317 item->ishex = true; in figurefiletype()
228 int isneg, ishex; in s2i_ASN1_INTEGER() local243 ishex = 1; in s2i_ASN1_INTEGER()245 ishex = 0; in s2i_ASN1_INTEGER()247 if (ishex) in s2i_ASN1_INTEGER()