Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkParse.cpp40 static int to_hex(int c) in to_hex() function
54 return to_hex(c) >= 0; in is_hex()
127 while ((digit = to_hex(*str)) >= 0) in FindHex()
/external/clearsilver/util/
Dwdb.c58 static int to_hex (unsigned char ch, unsigned char *s) in to_hex() function
111 to_hex (s[x], &out[c]); in wdb_encode_str_alloc()