Home
last modified time | relevance | path

Searched refs:hexDecimal (Results 1 – 1 of 1) sorted by relevance

/base/telephony/sms_mms/utils/
Dstring_utils.cpp87 uint8_t hexDecimal = 16; in HexToString() local
95 long strTemp = strtol(byte.c_str(), nullptr, hexDecimal); in HexToString()