HomeSort by relevance Sort by last modified time
    Searched refs:isHexadecimal (Results 1 - 8 of 8) sorted by null

  /external/parameter-framework/upstream/utility/
Utility.cpp 60 bool isHexadecimal(const string &strValue)
Utility.h 110 bool isHexadecimal(const std::string &strValue);
  /external/parameter-framework/upstream/parameter/
BooleanParameterType.cpp 59 if (utility::isHexadecimal(strValue)) {
FloatingPointParameterType.cpp 121 if (utility::isHexadecimal(strValue) && !parameterAccessContext.valueSpaceIsRaw()) {
192 if (utility::isHexadecimal(strValue)) {
FixedPointParameterType.cpp 122 bool bValueProvidedAsHexa = utility::isHexadecimal(strValue);
168 if (utility::isHexadecimal(strValue)) {
IntegerParameterType.h 215 utility::isHexadecimal(strValue))) {
227 if (isSigned and utility::isHexadecimal(strValue)) {
BitParameterType.cpp 135 if (utility::isHexadecimal(strValue)) {
  /external/parameter-framework/upstream/utility/test/
utility.cpp 161 CHECK(not isHexadecimal(str));
165 SCENARIO("isHexadecimal")
169 CHECK(isHexadecimal(str));

Completed in 904 milliseconds