Home
last modified time | relevance | path

Searched refs:HexCharToInt (Results 1 - 4 of 4) sorted by relevance

/base/telephony/sms_mms/utils/
H A Dstring_utils.cpp39 uint16_t StringUtils::HexCharToInt(char c) in HexCharToInt() function in OHOS::Telephony::StringUtils
112 auto temp = static_cast<uint8_t>((HexCharToInt(str.at(i)) << HEX_OFFSET) | HexCharToInt(str.at(i + 1))); in HexToByteVector()
H A Dstring_utils.h40 static uint16_t HexCharToInt(char c);
/base/location/services/location_gnss/gnss/source/
H A Dstring_utils.cpp41 uint16_t StringUtils::HexCharToInt(char c) in HexCharToInt() function in OHOS::Location::StringUtils
114 auto temp = static_cast<uint8_t>((HexCharToInt(str.at(i)) << HEX_OFFSET) | HexCharToInt(str.at(i + 1))); in HexToByteVector()
/base/location/services/location_gnss/gnss/include/
H A Dstring_utils.h46 static uint16_t HexCharToInt(char c);

Completed in 2 milliseconds