Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_util.cc58 #define ISDIGIT(a) (((a) >= '0') && ((a) <= '9')) macro
92 if (ISDIGIT(*p_ascii)) in ascii_2_hex()
99 if (ISDIGIT(*p_ascii)) in ascii_2_hex()