Home
last modified time | relevance | path

Searched refs:hexStr (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp303 string HexDecode(const string &hexStr) in HexDecode() argument
306 unsigned int arrSize = hexStr.size(); in HexDecode()
313 hexStrTmp.push_back(hexStr[i * 2]); in HexDecode()
315 hexStrTmp.push_back(hexStr[i * 2 + 1]); in HexDecode()
H A Dconverter.h80 std::string HexDecode(const std::string &hexStr);
H A Dnative_module_buffer.cpp152 string hexStr = GetStringASCII(env, str); in GetStringHex() local
153 string strDecoded = HexDecode(hexStr); in GetStringHex()
159 string hexStr = GetStringASCII(env, str); in FromStringHex() local
163 string strDecoded = HexDecode(hexStr); in FromStringHex()

Completed in 5 milliseconds