Searched refs:NUMBER_BASE (Results 1 – 3 of 3) sorted by relevance
297 constexpr int32_t NUMBER_BASE = 16; in HexStr2Bytes() local317 bytes[index] = strtol(subHexStr.c_str(), nullptr, NUMBER_BASE); in HexStr2Bytes()
37 const int NUMBER_BASE = 10; variable376 dst = strtoul(src, &endPtr, NUMBER_BASE); in ConvertStringToUint32()
25 const int NUMBER_BASE = 10; variable127 dst = strtol(src, &endPtr, NUMBER_BASE); in ConvertStringToLong()