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

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

Completed in 170 milliseconds