Searched refs:HexCharConvertToInt (Results 1 – 3 of 3) sorted by relevance
44 simUtils->HexCharConvertToInt(argument); in DoSomethingInterestingWithMyAPI()
64 static unsigned char HexCharConvertToInt(char c);
22 unsigned char SIMUtils::HexCharConvertToInt(char c) in HexCharConvertToInt() function in OHOS::Telephony::SIMUtils58 …ret[id] = (unsigned char)((HexCharConvertToInt(s.at(i)) << HALF_BYTE_LEN) | HexCharConvertToInt(s.… in HexStringConvertToBytes()