Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp168 inline bool isDigit(char c, int base) { in isDigit() function
300 else if (isDigit(c, 10)) { in readConfig()
321 } else if (isDigit(c, 10)) { in readConfig()
333 if (isDigit(c, base)) { in readConfig()