Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dhuman_sort.hpp14 inline bool simpleIsDigit(const char c) in simpleIsDigit() function
39 const bool lDigit = details::simpleIsDigit(*l); in alphanumComp()
40 const bool rDigit = details::simpleIsDigit(*r); in alphanumComp()