Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp287 bool IsValidHex(const string &hex) in IsValidHex() function
316 if (!IsValidHex(hexStrTmp)) { in HexDecode()