Searched refs:isHexadecimal (Results 1 – 8 of 8) sorted by relevance
161 CHECK(not isHexadecimal(str));169 CHECK(isHexadecimal(str));
121 if (utility::isHexadecimal(strValue) && !parameterAccessContext.valueSpaceIsRaw()) { in toBlackboard()192 if (utility::isHexadecimal(strValue)) { in setOutOfRangeError()
122 bool bValueProvidedAsHexa = utility::isHexadecimal(strValue); in toBlackboard()168 if (utility::isHexadecimal(strValue)) { in setOutOfRangeError()
59 if (utility::isHexadecimal(strValue)) { in toBlackboard()
135 if (utility::isHexadecimal(strValue)) { in toBlackboard()
145 bool bValueProvidedAsHexa = utility::isHexadecimal(strValue); in toBlackboard()
100 bool isHexadecimal(const std::string &strValue);
68 bool isHexadecimal(const string &strValue) in isHexadecimal() function