Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dstring_utils.h43 const int DEC_STR = 10; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dstring_utils.cpp84 value += (str[i] - 'A' + DEC_STR) * pow(HEX_STR, l - 1 - i); in HexToDec()