Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dpandargs.h1008 constexpr std::string_view CHAR_SEARCH = "0123456789"; in IsUintNumber() local
1015 return str.find_first_not_of((pos != 0) ? CHAR_SEARCH_HEX.data() : CHAR_SEARCH.data(), pos) == in IsUintNumber()

Completed in 2 milliseconds