Searched refs:str_end (Results 1 – 4 of 4) sorted by relevance
32 bool DevfreqStateResidencyDataProvider::extractNum(const char *str, char **str_end, int base, in extractNum() argument38 *num = std::strtoll(str, str_end, base); in extractNum()
151 const auto str_end = str.find_last_not_of(whitespace);152 const auto str_range = str_end - str_begin + 1;
163 const auto str_end = str.find_last_not_of(whitespace);164 const auto str_range = str_end - str_begin + 1;
43 bool extractNum(const char *str, char **str_end, int base, int64_t* num);