Home
last modified time | relevance | path

Searched refs:ishex (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dquopri.py149 elif i+2 < n and ishex(line[i+1]) and ishex(line[i+2]):
171 def ishex(c): function
/external/python/cpython3/Lib/
Dquopri.py150 elif i+2 < n and ishex(line[i+1:i+2]) and ishex(line[i+2:i+3]):
172 def ishex(c): function
/external/freetype/src/tools/ftrandom/
Dftrandom.c97 unsigned int ishex: 1; member
273 item->isbinary = item->isascii = item->ishex = false; in figurefiletype()
305 item->ishex = true; in figurefiletype()
317 item->ishex = true; in figurefiletype()
/external/boringssl/src/crypto/x509v3/
Dv3_utl.c228 int isneg, ishex; in s2i_ASN1_INTEGER() local
243 ishex = 1; in s2i_ASN1_INTEGER()
245 ishex = 0; in s2i_ASN1_INTEGER()
247 if (ishex) in s2i_ASN1_INTEGER()