Searched refs:HexCharToInt (Results 1 – 2 of 2) sorted by relevance
39 uint16_t StringUtils::HexCharToInt(char c) in HexCharToInt() function in OHOS::Telephony::StringUtils112 …auto temp = static_cast<uint8_t>((HexCharToInt(str.at(i)) << HEX_OFFSET) | HexCharToInt(str.at(i +… in HexToByteVector()
39 static uint16_t HexCharToInt(char c);