Searched refs:IsDigit (Results 1 – 2 of 2) sorted by relevance
107 bool IsDigit(const std::string& str);
341 bool FfrtConverter::IsDigit(const std::string& str) in IsDigit() function in SysTuning::TraceStreamer::FfrtConverter505 if (beginPos != std::string::npos && IsDigit(mark.substr(beginPos + 1))) { in ConvertFfrtThreadToFfrtTaskByLine()