Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/utility/test/
Dutility.cpp161 CHECK(not isHexadecimal(str));
169 CHECK(isHexadecimal(str));
/external/parameter-framework/upstream/parameter/
DFloatingPointParameterType.cpp121 if (utility::isHexadecimal(strValue) && !parameterAccessContext.valueSpaceIsRaw()) { in toBlackboard()
192 if (utility::isHexadecimal(strValue)) { in setOutOfRangeError()
DFixedPointParameterType.cpp122 bool bValueProvidedAsHexa = utility::isHexadecimal(strValue); in toBlackboard()
168 if (utility::isHexadecimal(strValue)) { in setOutOfRangeError()
DBooleanParameterType.cpp59 if (utility::isHexadecimal(strValue)) { in toBlackboard()
DBitParameterType.cpp135 if (utility::isHexadecimal(strValue)) { in toBlackboard()
DIntegerParameterType.cpp145 bool bValueProvidedAsHexa = utility::isHexadecimal(strValue); in toBlackboard()
/external/parameter-framework/upstream/utility/
DUtility.h100 bool isHexadecimal(const std::string &strValue);
DUtility.cpp68 bool isHexadecimal(const string &strValue) in isHexadecimal() function