Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
H A Dpandargs.h995 constexpr std::string_view char_search = "0123456789"; in IsUintNumber() local
1002 return str.find_first_not_of((pos != 0) ? char_search_hex.data() : char_search.data(), pos) == in IsUintNumber()

Completed in 2 milliseconds