Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DFixedPointParameterType.cpp118 bool bValueProvidedAsHexa = isHexadecimal(strValue); in toBlackboard()
163 if (isHexadecimal(strValue)) { in setOutOfRangeError()
277 bool CFixedPointParameterType::isHexadecimal(const string& strValue) const in isHexadecimal() function in CFixedPointParameterType
DFixedPointParameterType.h78 bool isHexadecimal(const std::string& strValue) const;