Searched refs:IsValidHexValue (Results 1 – 5 of 5) sorted by relevance
44 bool IsValidHexValue(const std::string &inputValue);
59 bool IsValidHexValue(const std::string &inputValue) in IsValidHexValue() function
19 OHOS::Telephony::IsValidHexValue*;
51 if (!IsValidHexValue(tag_)) { in GetTagCode()
680 if (IsValidHexValue(hexStr)) { in DecodeQuotedPrintable()