Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dutils.h30 constexpr uint32_t BASE16 = 16; in HexValue() local
40 if (static_cast<unsigned>(c) < (BASE16 - BASE10)) { in HexValue()
Dstring_helpers.h81 constexpr size_t BASE16 = 16; variable
84 int base = (str[0] == '0' && (str[1] == 'x' || str[1] == 'X')) ? BASE16 : BASE10;